Lines Matching refs:regulator
4 - compatible: Must be "fsl,anatop-regulator"
9 - anatop-min-voltage: Minimum voltage of this regulator
10 - anatop-max-voltage: Maximum voltage of this regulator
16 - vin-supply: The supply for this regulator
18 Any property defined as part of the core regulator
19 binding, defined in regulator.txt, can also be used.
23 regulator-vddpu {
24 compatible = "fsl,anatop-regulator";
25 regulator-name = "vddpu";
26 regulator-min-microvolt = <725000>;
27 regulator-max-microvolt = <1300000>;
28 regulator-always-on;