Browse Source

arm64: dts: ti: k3-am65-main: Enable support for sdhci1

Add support for the 2nd Secure Digital Host controller instance present
in TI's am654 SoC.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Faiz Abbas 6 years ago
parent
commit
bb40213e83
1 changed files with 13 additions and 0 deletions
  1. 13 0
      arch/arm64/boot/dts/ti/k3-am65-main.dtsi

+ 13 - 0
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

@@ -1121,6 +1121,19 @@
 		dma-coherent;
 	};
 
+	sdhci1: sdhci@4fa0000 {
+		compatible = "ti,am654-sdhci-5.1";
+		reg = <0x0 0x4fa0000 0x0 0x260>, <0x0 0x4fb0000 0x0 0x134>;
+		power-domains = <&k3_pds 48>;
+		clocks = <&k3_clks 48 0>, <&k3_clks 48 1>;
+		clock-names = "clk_ahb", "clk_xin";
+		interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
+		ti,otap-del-sel = <0x2>;
+		ti,trm-icp = <0x8>;
+		no-1-8-v;
+		dma-coherent;
+	};
+
 	dwc3_0: dwc3@4000000 {
 		compatible = "ti,am654-dwc3";
 		reg = <0x0 0x4000000 0x0 0x4000>;