1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/arm/sunxi/a 4 $id: http://devicetree.org/schemas/arm/sunxi/allwinner,sun9i-a80-prcm.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Allwinner A80 PRCM 7 title: Allwinner A80 PRCM 8 8 9 maintainers: 9 maintainers: 10 - Chen-Yu Tsai <wens@csie.org> 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 11 - Maxime Ripard <mripard@kernel.org> 12 12 13 properties: 13 properties: 14 compatible: 14 compatible: 15 const: allwinner,sun9i-a80-prcm 15 const: allwinner,sun9i-a80-prcm 16 16 17 reg: 17 reg: 18 maxItems: 1 18 maxItems: 1 19 19 20 required: 20 required: 21 - compatible 21 - compatible 22 - reg 22 - reg 23 23 24 additionalProperties: false 24 additionalProperties: false 25 25 26 examples: 26 examples: 27 - | 27 - | 28 prcm@8001400 { 28 prcm@8001400 { 29 compatible = "allwinner,sun9i-a80-pr 29 compatible = "allwinner,sun9i-a80-prcm"; 30 reg = <0x08001400 0x200>; 30 reg = <0x08001400 0x200>; 31 }; 31 }; 32 32 33 ... 33 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.