|
@@ -46,4 +46,24 @@
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ regulators {
|
|
|
+ compatible = "simple-bus";
|
|
|
+
|
|
|
+ reg_2p5v: 2p5v {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "2P5V";
|
|
|
+ regulator-min-microvolt = <2500000>;
|
|
|
+ regulator-max-microvolt = <2500000>;
|
|
|
+ regulator-always-on;
|
|
|
+ };
|
|
|
+
|
|
|
+ reg_3p3v: 3p3v {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "3P3V";
|
|
|
+ regulator-min-microvolt = <3300000>;
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
+ regulator-always-on;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|