]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/exynos5422-odroidxu3.dts
aspeed: Device Tree configuration for Reset Driver
[u-boot] / arch / arm / dts / exynos5422-odroidxu3.dts
index cff32a991f055c466143b92a9be27db4025e3952..690c747289a11bff9235c5d043228d88b93fbff6 100644 (file)
                        0xb0000000 0xea00000>;
        };
 
+       adc@12D10000 {
+               u-boot,dm-pre-reloc;
+               status = "okay";
+       };
+
+       i2c@12CA0000 {
+               s2mps11_pmic@66 {
+                       compatible = "samsung,s2mps11-pmic";
+                       reg = <0x66>;
+               };
+       };
+
+       ehci@12110000 {
+               samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
+       };
+
        serial@12C20000 {
                status="okay";
        };
@@ -42,4 +58,9 @@
        mmc@12220000 {
                fifoth_val = <0x201f0020>;
        };
+
+       emmc-reset {
+               compatible = "samsung,emmc-reset";
+               reset-gpio = <&gpd1 0 0>;
+       };
 };