Lines Matching +full:regulator +full:- +full:min +full:- +full:microvolt
3 * SPDX-License-Identifier: Apache-2.0
7 regulator: regulator {
8 compatible = "zephyr,fake-regulator";
13 regulator-always-on;
17 regulator-boot-on;
21 regulator-min-microvolt = <100>;
22 regulator-max-microvolt = <200>;
23 regulator-min-microamp = <100>;
24 regulator-max-microamp = <200>;
25 regulator-allowed-modes = <1 10>;
26 regulator-initial-mode = <1>;
27 regulator-active-discharge = <1>;
31 regulator-boot-off;
35 regulator-boot-off;
36 fake-is-enabled-in-hardware;