brintos

brintos / linux-shallow public Read only

0
0
Text · 791 B · d805c45 Raw
39 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/sunxi/allwinner,sun6i-a31-cpuconfig.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Allwinner CPU Configuration Controller8 9maintainers:10  - Chen-Yu Tsai <wens@csie.org>11  - Maxime Ripard <mripard@kernel.org>12 13properties:14  compatible:15    enum:16      - allwinner,sun6i-a31-cpuconfig17      - allwinner,sun8i-a23-cpuconfig18      - allwinner,sun8i-a83t-cpucfg19      - allwinner,sun8i-a83t-r-cpucfg20      - allwinner,sun9i-a80-cpucfg21 22  reg:23    maxItems: 124 25required:26  - compatible27  - reg28 29additionalProperties: false30 31examples:32  - |33      cpucfg@1f01c00 {34          compatible = "allwinner,sun6i-a31-cpuconfig";35          reg = <0x01f01c00 0x300>;36      };37 38...39