40 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/arm/primecell.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: ARM Primecell Peripherals8 9maintainers:10 - Rob Herring <robh@kernel.org>11 12description: |+13 ARM, Ltd. Primecell peripherals have a standard id register that can be used to14 identify the peripheral type, vendor, and revision. This value can be used for15 driver matching.16 17properties:18 compatible:19 contains:20 const: arm,primecell21 description:22 Should be a specific name for the peripheral followed by "arm,primecell".23 The specific name will match the ARM engineering name for the logic block24 in the form "arm,pl???"25 26 arm,primecell-periphid:27 $ref: /schemas/types.yaml#/definitions/uint3228 description: Value to override the h/w ID value29 clocks:30 minItems: 131 maxItems: 3232 clock-names:33 contains:34 const: apb_pclk35 additionalItems: true36 37additionalProperties: true38 39...40