Lines Matching +full:regulator +full:- +full:decay
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Emil Renner Berthing <kernel@esmil.dk>
23 interrupt-controller: true
25 '#interrupt-cells':
29 encoded as trigger masks from ../interrupt-controller/interrupts.txt.
31 gpio-controller: true
33 '#gpio-cells':
43 List of child nodes that specify the regulator initialization data.
45 buck[1-6], ldoa[1-3], swa1, swb[1-2], and vtt.
47 the optional regulator properties defined below.
50 "^buck[1-6]$":
52 $ref: /schemas/regulator/regulator.yaml
55 regulator-name: true
56 regulator-boot-on: true
57 regulator-always-on: true
58 regulator-min-microvolt: true
59 regulator-max-microvolt: true
60 ti,regulator-step-size-25mv:
63 Set this if the regulator is factory set with a 25mv step voltage
65 ti,regulator-decay:
68 Set this if the output needs to decay, default is for the output
73 "^(ldoa[1-3]|swa1|swb[1-2]|vtt)$":
75 $ref: /schemas/regulator/regulator.yaml
78 regulator-name: true
79 regulator-boot-on: true
80 regulator-always-on: true
81 regulator-min-microvolt: true
82 regulator-max-microvolt: true
89 - compatible
90 - reg
91 - gpio-controller
92 - '#gpio-cells'
93 - regulators
96 - |
97 #include <dt-bindings/interrupt-controller/irq.h>
99 #address-cells = <1>;
100 #size-cells = <0>;
105 interrupt-parent = <&gpio1>;
107 interrupt-controller;
108 #interrupt-cells = <2>;
109 gpio-controller;
110 #gpio-cells = <2>;
114 regulator-name = "vcc1";
115 regulator-min-microvolt = <1600000>;
116 regulator-max-microvolt = <1600000>;
117 regulator-boot-on;
118 ti,regulator-decay;
119 ti,regulator-step-size-25mv;