Lines Matching +full:fixed +full:- +full:regulator
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "bcm2835-rpi.dtsi"
18 reg_3v3: fixed-regulator {
19 compatible = "regulator-fixed";
20 regulator-name = "3V3";
21 regulator-min-microvolt = <3300000>;
22 regulator-max-microvolt = <3300000>;
23 regulator-always-on;
26 reg_1v8: fixed-regulator {
27 compatible = "regulator-fixed";
28 regulator-name = "1V8";
29 regulator-min-microvolt = <1800000>;
30 regulator-max-microvolt = <1800000>;
31 regulator-always-on;
36 non-removable;
37 vmmc-supply = <®_3v3>;
38 vqmmc-supply = <®_1v8>;