|
@@ -48,6 +48,15 @@
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+ reg_power_usb: regulator {
|
|
|
|
|
+ compatible = "regulator-fixed";
|
|
|
|
|
+ regulator-name = "power_usb";
|
|
|
|
|
+ regulator-min-microvolt = <5000000>;
|
|
|
|
|
+ regulator-max-microvolt = <5000000>;
|
|
|
|
|
+ gpios = <&gpio 6 GPIO_ACTIVE_HIGH>;
|
|
|
|
|
+ enable-active-high;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
watchdog {
|
|
watchdog {
|
|
|
compatible = "linux,wdt-gpio";
|
|
compatible = "linux,wdt-gpio";
|
|
|
gpios = <&gpio 3 GPIO_ACTIVE_HIGH>;
|
|
gpios = <&gpio 3 GPIO_ACTIVE_HIGH>;
|
|
@@ -72,15 +81,13 @@
|
|
|
gpio-export,output = <1>;
|
|
gpio-export,output = <1>;
|
|
|
gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
|
|
gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
|
|
|
};
|
|
};
|
|
|
-
|
|
|
|
|
- ext-usb {
|
|
|
|
|
- gpio-export,name = "ext-usb";
|
|
|
|
|
- gpio-export,output = <1>;
|
|
|
|
|
- gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
|
|
|
|
|
- };
|
|
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+&xhci {
|
|
|
|
|
+ vbus-supply = <®_power_usb>;
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
&sdhci {
|
|
&sdhci {
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
};
|
|
};
|