|
|
@@ -1269,4 +1269,51 @@
|
|
|
dr_mode = "otg";
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ main_sdhci0: sdhci@4f80000 {
|
|
|
+ compatible = "ti,j721e-sdhci-8bit";
|
|
|
+ reg = <0x0 0x4f80000 0x0 0x1000>, <0x0 0x4f88000 0x0 0x400>;
|
|
|
+ interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ power-domains = <&k3_pds 91 TI_SCI_PD_EXCLUSIVE>;
|
|
|
+ clock-names = "clk_xin", "clk_ahb";
|
|
|
+ clocks = <&k3_clks 91 1>, <&k3_clks 91 0>;
|
|
|
+ assigned-clocks = <&k3_clks 91 1>;
|
|
|
+ assigned-clock-parents = <&k3_clks 91 2>;
|
|
|
+ bus-width = <8>;
|
|
|
+ ti,otap-del-sel = <0x2>;
|
|
|
+ ti,trm-icp = <0x8>;
|
|
|
+ ti,strobe-sel = <0x77>;
|
|
|
+ dma-coherent;
|
|
|
+ };
|
|
|
+
|
|
|
+ main_sdhci1: sdhci@4fb0000 {
|
|
|
+ compatible = "ti,j721e-sdhci-4bit";
|
|
|
+ reg = <0x0 0x04fb0000 0x0 0x1000>, <0x0 0x4fb8000 0x0 0x400>;
|
|
|
+ interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ power-domains = <&k3_pds 92 TI_SCI_PD_EXCLUSIVE>;
|
|
|
+ clock-names = "clk_xin", "clk_ahb";
|
|
|
+ clocks = <&k3_clks 92 0>, <&k3_clks 92 5>;
|
|
|
+ assigned-clocks = <&k3_clks 92 0>;
|
|
|
+ assigned-clock-parents = <&k3_clks 92 1>;
|
|
|
+ ti,otap-del-sel = <0x2>;
|
|
|
+ ti,trm-icp = <0x8>;
|
|
|
+ dma-coherent;
|
|
|
+ no-1-8-v;
|
|
|
+
|
|
|
+ };
|
|
|
+
|
|
|
+ main_sdhci2: sdhci@4f98000 {
|
|
|
+ compatible = "ti,j721e-sdhci-4bit";
|
|
|
+ reg = <0x0 0x4f98000 0x0 0x1000>, <0x0 0x4f90000 0x0 0x400>;
|
|
|
+ interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ power-domains = <&k3_pds 93 TI_SCI_PD_EXCLUSIVE>;
|
|
|
+ clock-names = "clk_xin", "clk_ahb";
|
|
|
+ clocks = <&k3_clks 93 0>, <&k3_clks 93 5>;
|
|
|
+ assigned-clocks = <&k3_clks 93 0>;
|
|
|
+ assigned-clock-parents = <&k3_clks 93 1>;
|
|
|
+ ti,otap-del-sel = <0x2>;
|
|
|
+ ti,trm-icp = <0x8>;
|
|
|
+ dma-coherent;
|
|
|
+ no-1-8-v;
|
|
|
+ };
|
|
|
};
|