]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/dts/tegra114-dalmore.dts
ARM: tegra: fdt: Add 'non-removable' property to all eMMC nodes
[karo-tx-uboot.git] / arch / arm / dts / tegra114-dalmore.dts
index 51ff266d760a69c56d12bd69b021b3c7ed5de8c0..f0331a74017842428f9bab584209b310949de1dc 100644 (file)
@@ -18,7 +18,8 @@
                i2c4 = "/i2c@7000c700";
                sdhci0 = "/sdhci@78000600";
                sdhci1 = "/sdhci@78000400";
-               usb0 = "/usb@7d008000";
+               usb0 = "/usb@7d000000";
+               usb1 = "/usb@7d008000";
        };
 
        memory {
        sdhci@78000600 {
                bus-width = <8>;
                status = "okay";
+               non-removable;
+       };
+
+       usb@7d000000 {
+               status = "okay";
+               dr_mode = "otg";
+               nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
        };
 
        usb@7d008000 {