]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/rk3328-evb.dts
Merge git://git.denx.de/u-boot-sh
[u-boot] / arch / arm / dts / rk3328-evb.dts
index 4cf6d2e1e9a22879fd800a78b2d8de45e446d6ef..8a14c653e4697d8cd5e28330a1d38bbcf786d02f 100644 (file)
                stdout-path = &uart2;
        };
 
+       vcc3v3_sdmmc: sdmmc-pwren {
+               compatible = "regulator-fixed";
+               regulator-name = "vcc3v3";
+               gpio = <&gpio0 30 GPIO_ACTIVE_LOW>;
+               regulator-always-on;
+               regulator-boot-on;
+       };
+
+       vcc5v0_otg: vcc5v0-otg-drv {
+               compatible = "regulator-fixed";
+               enable-active-high;
+               regulator-name = "vcc5v0_otg";
+               gpio = <&gpio0 27 GPIO_ACTIVE_HIGH>;
+               regulator-min-microvolt = <5000000>;
+               regulator-max-microvolt = <5000000>;
+       };
+
        vcc5v0_host_xhci: vcc5v0-host-xhci-drv {
                compatible = "regulator-fixed";
                enable-active-high;
        status = "okay";
 };
 
+&usb20_otg {
+       vbus-supply = <&vcc5v0_otg>;
+       status = "okay";
+};
+
 &usb_host0_xhci {
        vbus-supply = <&vcc5v0_host_xhci>;
        status = "okay";