ARM: dts: uniphier: add SD/MMC host controller nodes
[oweals/u-boot.git] / arch / arm / dts / uniphier-ph1-sld3.dtsi
index 9a6ca575bd622e8dc2bdc8f49a7cab8d86b2c5ea..789713db12c1a812b87b5d2c1e525eddc99fac11 100644 (file)
                        clocks = <&sysctrl 10>, <&sysctrl 18>;
                };
 
+               emmc: sdhc@5a400000 {
+                       compatible = "socionext,uniphier-sdhc";
+                       status = "disabled";
+                       reg = <0x5a400000 0x200>;
+                       interrupts = <0 78 4>;
+                       clocks = <&mio 1>;
+                       bus-width = <8>;
+                       non-removable;
+               };
+
+               sd: sdhc@5a500000 {
+                       compatible = "socionext,uniphier-sdhc";
+                       status = "disabled";
+                       reg = <0x5a500000 0x200>;
+                       interrupts = <0 76 4>;
+                       clocks = <&mio 0>;
+                       bus-width = <4>;
+               };
+
                usb0: usb@5a800100 {
                        compatible = "socionext,uniphier-ehci", "generic-ehci";
                        status = "disabled";