1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/regulator/a 4 $id: http://devicetree.org/schemas/regulator/allwinner,sun20i-d1-system-ldos.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Allwinner D1 System LDOs 7 title: Allwinner D1 System LDOs 8 8 9 maintainers: 9 maintainers: 10 - Samuel Holland <samuel@sholland.org> 10 - Samuel Holland <samuel@sholland.org> 11 11 12 description: 12 description: 13 Allwinner D1 contains a pair of general-purp 13 Allwinner D1 contains a pair of general-purpose LDOs which are designed to 14 supply power inside and outside the SoC. The 14 supply power inside and outside the SoC. They are controlled by a register 15 within the system control MMIO space. 15 within the system control MMIO space. 16 16 17 properties: 17 properties: 18 compatible: 18 compatible: 19 enum: 19 enum: 20 - allwinner,sun20i-d1-system-ldos 20 - allwinner,sun20i-d1-system-ldos 21 21 22 reg: 22 reg: 23 maxItems: 1 23 maxItems: 1 24 24 25 patternProperties: 25 patternProperties: 26 "^ldo[ab]$": 26 "^ldo[ab]$": 27 type: object 27 type: object 28 $ref: regulator.yaml# 28 $ref: regulator.yaml# 29 unevaluatedProperties: false 29 unevaluatedProperties: false 30 30 31 required: 31 required: 32 - compatible 32 - compatible 33 - reg 33 - reg 34 34 35 additionalProperties: false 35 additionalProperties: false 36 36 37 ... 37 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.