Lines Matching +full:sub +full:- +full:node
4 - compatible: "ti,tps65132"
5 - reg: I2C slave address
8 Device supports two regulators OUTP and OUTN. A sub node within the
9 device node describe the properties of these regulators. The sub-node
11 -For regulator outp, the sub node name should be "outp".
12 -For regulator outn, the sub node name should be "outn".
14 -enable-gpios:(active high, output) Regulators are controlled by the input pins.
17 -active-discharge-gpios: (active high, output) Some configurations use delay mechanisms
20 the delay mechanism. Requires specification of ti,active-discharge-time-us
21 -ti,active-discharge-time-us: how long the active discharge gpio should be
33 regulator-name = "outp";
34 regulator-boot-on;
35 regulator-always-on;
36 enable-gpios = <&gpio 23 0>;
40 regulator-name = "outn";
41 regulator-boot-on;
42 regulator-always-on;
43 regulator-active-discharge = <0>;
44 enable-gpios = <&gpio 40 0>;