xref: /freebsd/sys/contrib/device-tree/Bindings/arm/sunxi/allwinner,sun6i-a31-cpuconfig.yaml (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
28cc087a1SEmmanuel Vadot%YAML 1.2
38cc087a1SEmmanuel Vadot---
48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/arm/sunxi/allwinner,sun6i-a31-cpuconfig.yaml#
58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68cc087a1SEmmanuel Vadot
7*8bab661aSEmmanuel Vadottitle: Allwinner CPU Configuration Controller
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadotmaintainers:
108cc087a1SEmmanuel Vadot  - Chen-Yu Tsai <wens@csie.org>
118cc087a1SEmmanuel Vadot  - Maxime Ripard <mripard@kernel.org>
128cc087a1SEmmanuel Vadot
138cc087a1SEmmanuel Vadotproperties:
148cc087a1SEmmanuel Vadot  compatible:
158cc087a1SEmmanuel Vadot    enum:
168cc087a1SEmmanuel Vadot      - allwinner,sun6i-a31-cpuconfig
178cc087a1SEmmanuel Vadot      - allwinner,sun8i-a23-cpuconfig
188cc087a1SEmmanuel Vadot      - allwinner,sun8i-a83t-cpucfg
198cc087a1SEmmanuel Vadot      - allwinner,sun8i-a83t-r-cpucfg
208cc087a1SEmmanuel Vadot      - allwinner,sun9i-a80-cpucfg
218cc087a1SEmmanuel Vadot
228cc087a1SEmmanuel Vadot  reg:
238cc087a1SEmmanuel Vadot    maxItems: 1
248cc087a1SEmmanuel Vadot
258cc087a1SEmmanuel Vadotrequired:
268cc087a1SEmmanuel Vadot  - compatible
278cc087a1SEmmanuel Vadot  - reg
288cc087a1SEmmanuel Vadot
298cc087a1SEmmanuel VadotadditionalProperties: false
308cc087a1SEmmanuel Vadot
318cc087a1SEmmanuel Vadotexamples:
328cc087a1SEmmanuel Vadot  - |
338cc087a1SEmmanuel Vadot      cpucfg@1f01c00 {
348cc087a1SEmmanuel Vadot          compatible = "allwinner,sun6i-a31-cpuconfig";
358cc087a1SEmmanuel Vadot          reg = <0x01f01c00 0x300>;
368cc087a1SEmmanuel Vadot      };
378cc087a1SEmmanuel Vadot
388cc087a1SEmmanuel Vadot...
39