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
17 Any property defined as part of the core regulator
18 binding, defined in regulator.txt, can also be used.
22 regulator-vddpu {
23 compatible = "fsl,anatop-regulator";
24 regulator-name = "vddpu";
25 regulator-min-microvolt = <725000>;
26 regulator-max-microvolt = <1300000>;
27 regulator-always-on;