@@ -23,3 +23,7 @@
&uart1 {
status = "okay";
};
+
+&sdio0 {
+ status = "okay";
+};
@@ -33,6 +33,24 @@
status = "disabled";
};
+ sdio0: sdhci at 3f1000 {
+ compatible = "brcm,iproc-sdhci";
+ reg = <0x003f1000 0x100>;
+ bus-width = <8>;
+ clock-freq-min-max = <400000 200000000>;
+ index = <0>;
+ status = "disabled";
+ };
+
+ sdio1: sdhci at 3f2000 {
+ compatible = "brcm,iproc-sdhci";
+ reg = <0x003f2000 0x100>;
+ bus-width = <8>;
+ clock-freq-min-max = <400000 200000000>;
+ index = <1>;
+ status = "disabled";
+ };
+
gpio_hsls: gpio at d0000 {
compatible = "brcm,iproc-gpio";
reg = <0x000d0000 0x864>;