Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / arch / arm / dts / ast2500-u-boot.dtsi
index f826646095fdce025427a020d0820f2358f97795..8ac42157455703b922eb467486ebacc9350c7555 100644 (file)
                apb {
                        u-boot,dm-pre-reloc;
 
-                       timer: timer@1e782000 {
-                               u-boot,dm-pre-reloc;
+                       sdhci0: sdhci@1e740100 {
+                               compatible = "aspeed,ast2500-sdhci";
+                               reg = <0x1e740100>;
+                               #reset-cells = <1>;
+                               clocks = <&scu BCLK_SDCLK>;
+                               resets = <&rst AST_RESET_SDIO>;
                        };
 
-                       uart1: serial@1e783000 {
-                               clocks = <&scu PCLK_UART1>;
+                       sdhci1: sdhci@1e740200 {
+                               compatible = "aspeed,ast2500-sdhci";
+                               reg = <0x1e740200>;
+                               #reset-cells = <1>;
+                               clocks = <&scu BCLK_SDCLK>;
+                               resets = <&rst AST_RESET_SDIO>;
                        };
+               };
 
-                       uart2: serial@1e78d000 {
-                               clocks = <&scu PCLK_UART2>;
-                       };
+       };
+};
 
-                       uart3: serial@1e78e000 {
-                               clocks = <&scu PCLK_UART3>;
-                       };
+&uart1 {
+       clocks = <&scu PCLK_UART1>;
+};
 
-                       uart4: serial@1e78f000 {
-                               clocks = <&scu PCLK_UART4>;
-                       };
+&uart2 {
+       clocks = <&scu PCLK_UART2>;
+};
 
-                       uart5: serial@1e784000 {
-                               clocks = <&scu PCLK_UART5>;
-                       };
-               };
-       };
+&uart3 {
+       clocks = <&scu PCLK_UART3>;
+};
+
+&uart4 {
+       clocks = <&scu PCLK_UART4>;
+};
+
+&uart5 {
+       clocks = <&scu PCLK_UART5>;
+};
+
+&timer {
+       u-boot,dm-pre-reloc;
 };
 
 &mac0 {