[U-Boot] [PATCH V2] ARM: rmobile: Add rudimentary SDHI2 node on R8A77970 V3M

Marek Vasut marek.vasut at gmail.com
Sun Apr 15 23:07:06 UTC 2018


Add rudimentary SDHI2 DT node on R8A77970 V3M to allow the
Renesas SDHI driver to bind with it and allow access to the
SD card.

Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
V2: Drop the Eagle part from commit message, it's obviously for all R8A77970
---
 arch/arm/dts/r8a77970.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/dts/r8a77970.dtsi b/arch/arm/dts/r8a77970.dtsi
index 42c5c72bf2..ba0e52130a 100644
--- a/arch/arm/dts/r8a77970.dtsi
+++ b/arch/arm/dts/r8a77970.dtsi
@@ -389,5 +389,16 @@
 			bank-width = <2>;
 			status = "disabled";
 		};
+
+		sdhi2: sd at ee140000 {
+			compatible = "renesas,sdhi-r8a77970";
+			reg = <0 0xee140000 0 0x2000>;
+			interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 314>;
+			max-frequency = <200000000>;
+			power-domains = <&sysc 32>;
+			resets = <&cpg 314>;
+			status = "disabled";
+		};
 	};
 };
-- 
2.16.2



More information about the U-Boot mailing list