|
@@ -82,4 +82,33 @@
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ regulators {
|
|
|
+ compatible = "simple-bus";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+
|
|
|
+ sata0_power: regulator@1 {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ reg = <1>;
|
|
|
+ regulator-name = "SATA0 Power";
|
|
|
+ regulator-min-microvolt = <5000000>;
|
|
|
+ regulator-max-microvolt = <5000000>;
|
|
|
+ enable-active-high;
|
|
|
+ regulator-always-on;
|
|
|
+ regulator-boot-on;
|
|
|
+ gpio = <&gpio1 7 0>;
|
|
|
+ };
|
|
|
+ sata1_power: regulator@2 {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ reg = <2>;
|
|
|
+ regulator-name = "SATA1 Power";
|
|
|
+ regulator-min-microvolt = <5000000>;
|
|
|
+ regulator-max-microvolt = <5000000>;
|
|
|
+ enable-active-high;
|
|
|
+ regulator-always-on;
|
|
|
+ regulator-boot-on;
|
|
|
+ gpio = <&gpio1 8 0>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|