|
@@ -97,4 +97,48 @@
|
|
|
0 189 0x4
|
|
|
0 190 0x4>;
|
|
|
};
|
|
|
+
|
|
|
+ mmcif: mmcif@0x10010000 {
|
|
|
+ compatible = "renesas,sh-mmcif";
|
|
|
+ reg = <0xe6bd0000 0x100>;
|
|
|
+ interrupt-parent = <&gic>;
|
|
|
+ interrupts = <0 140 0x4
|
|
|
+ 0 141 0x4>;
|
|
|
+ reg-io-width = <4>;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
+ sdhi0: sdhi@0xee100000 {
|
|
|
+ compatible = "renesas,shmobile-sdhi";
|
|
|
+ reg = <0xee100000 0x100>;
|
|
|
+ interrupt-parent = <&gic>;
|
|
|
+ interrupts = <0 83 4
|
|
|
+ 0 84 4
|
|
|
+ 0 85 4>;
|
|
|
+ toshiba,mmc-has-idle-wait;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
+ /* SDHI1 and SDHI2 have no CD pins, no need for CD IRQ */
|
|
|
+ sdhi1: sdhi@0xee120000 {
|
|
|
+ compatible = "renesas,shmobile-sdhi";
|
|
|
+ reg = <0xee120000 0x100>;
|
|
|
+ interrupt-parent = <&gic>;
|
|
|
+ interrupts = <0 88 4
|
|
|
+ 0 89 4>;
|
|
|
+ toshiba,mmc-wrprotect-disable;
|
|
|
+ toshiba,mmc-has-idle-wait;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
+ sdhi2: sdhi@0xee140000 {
|
|
|
+ compatible = "renesas,shmobile-sdhi";
|
|
|
+ reg = <0xee140000 0x100>;
|
|
|
+ interrupt-parent = <&gic>;
|
|
|
+ interrupts = <0 104 4
|
|
|
+ 0 105 4>;
|
|
|
+ toshiba,mmc-wrprotect-disable;
|
|
|
+ toshiba,mmc-has-idle-wait;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
};
|