Add SDHI support for the R7S9210 (RZ/A2) SoC.

Signed-off-by: Chris Brandt <[email protected]>
---
 arch/arm/boot/dts/r7s9210.dtsi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/r7s9210.dtsi b/arch/arm/boot/dts/r7s9210.dtsi
index 1cd982c9920f..2eaa5eeba509 100644
--- a/arch/arm/boot/dts/r7s9210.dtsi
+++ b/arch/arm/boot/dts/r7s9210.dtsi
@@ -322,6 +322,30 @@
                        status = "disabled";
                };
 
+               sdhi0: sd@e8228000 {
+                       compatible = "renesas,sdhi-r7s9210";
+                       reg = <0xe8228000 0x8c0>;
+                       interrupts = <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 103>, <&cpg CPG_MOD 102>;
+                       clock-names = "core", "cd";
+                       power-domains = <&cpg>;
+                       cap-sd-highspeed;
+                       cap-sdio-irq;
+                       status = "disabled";
+               };
+
+               sdhi1: sd@e822a000 {
+                       compatible = "renesas,sdhi-r7s9210";
+                       reg = <0xe822a000 0x8c0>;
+                       interrupts = <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 101>, <&cpg CPG_MOD 100>;
+                       clock-names = "core", "cd";
+                       power-domains = <&cpg>;
+                       cap-sd-highspeed;
+                       cap-sdio-irq;
+                       status = "disabled";
+               };
+
                gic: interrupt-controller@e8221000 {
                        compatible = "arm,gic-400";
                        #interrupt-cells = <3>;
-- 
2.16.1

Reply via email to