Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / powerpc / dts / t104x.dtsi
index fe6cc3cf148d09d504e9e2d72046bb6b881280d6..0a08a69f31ae3863850bacee005335c6926c32da 100644 (file)
@@ -3,7 +3,7 @@
  * T104X Silicon/SoC Device Tree Source (pre include)
  *
  * Copyright 2013 Freescale Semiconductor Inc.
- * Copyright 2019 NXP
+ * Copyright 2019-2020 NXP
  */
 
 /dts-v1/;
                        clock-frequency = <0x0>;
                };
 
+               usb0@210000 {
+                       compatible = "fsl-usb2-mph";
+                       reg = <0x210000 0x1000>;
+                       phy_type = "utmi";
+               };
+
+               usb1@211000 {
+                       compatible = "fsl-usb2-dr";
+                       reg = <0x211000 0x1000>;
+                       phy_type = "utmi";
+               };
+
                sata: sata@220000 {
                        compatible = "fsl,pq-sata-v2";
                        reg = <0x220000 0x1000>;
                        sata-number = <2>;
                        sata-fpdma = <0>;
                };
+
+               esdhc: esdhc@114000 {
+                       compatible = "fsl,esdhc";
+                       reg = <0x114000 0x1000>;
+                       clock-frequency = <0>;
+               };
+               /include/ "qoriq-i2c-0.dtsi"
+               /include/ "qoriq-i2c-1.dtsi"
        };
 
        pcie@ffe240000 {