xref: /linux/Documentation/devicetree/bindings/regulator/lm363x-regulator.txt (revision 0883c2c06fb5bcf5b9e008270827e63c09a88c1e)
1TI LMU LM363x regulator device tree bindings
2
3LM363x regulator driver supports LM3631 and LM3632.
4LM3631 has five regulators and LM3632 supports three regulators.
5
6Required property:
7  - compatible: "ti,lm363x-regulator"
8
9Optional properties:
10  LM3632 has external enable pins for two LDOs.
11  - ti,lcm-en1-gpio: A GPIO specifier for Vpos control pin.
12  - ti,lcm-en2-gpio: A GPIO specifier for Vneg control pin.
13
14Child nodes:
15  LM3631
16  - vboost
17  - vcont
18  - voref
19  - vpos
20  - vneg
21
22  LM3632
23  - vboost
24  - vpos
25  - vneg
26
27  Optional properties of a child node:
28  Each sub-node should contain the constraints and initialization.
29  Please refer to [1].
30
31Examples: Please refer to ti-lmu dt-bindings [2].
32
33[1] ../regulator/regulator.txt
34[2] ../mfd/ti-lmu.txt
35