1
0
Fork 0

ARM: dts: zynq: Add SDHCI nodes

Add nodes for the Arasan SDHCI controller to Zynq dts files.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
hifive-unleashed-5.1
Soren Brinkmann 2013-12-02 10:02:37 -08:00 committed by Olof Johansson
parent 4dd18edc01
commit 3f7c73023f
4 changed files with 32 additions and 0 deletions

View File

@ -102,6 +102,26 @@
clock-names = "pclk", "hclk", "tx_clk";
};
sdhci0: ps7-sdhci@e0100000 {
compatible = "arasan,sdhci-8.9a";
status = "disabled";
clock-names = "clk_xin", "clk_ahb";
clocks = <&clkc 21>, <&clkc 32>;
interrupt-parent = <&intc>;
interrupts = <0 24 4>;
reg = <0xe0100000 0x1000>;
} ;
sdhci1: ps7-sdhci@e0101000 {
compatible = "arasan,sdhci-8.9a";
status = "disabled";
clock-names = "clk_xin", "clk_ahb";
clocks = <&clkc 22>, <&clkc 33>;
interrupt-parent = <&intc>;
interrupts = <0 47 4>;
reg = <0xe0101000 0x1000>;
} ;
slcr: slcr@f8000000 {
compatible = "xlnx,zynq-slcr";
reg = <0xF8000000 0x1000>;

View File

@ -34,6 +34,10 @@
phy-mode = "rgmii";
};
&sdhci0 {
status = "okay";
};
&uart1 {
status = "okay";
};

View File

@ -35,6 +35,10 @@
phy-mode = "rgmii";
};
&sdhci0 {
status = "okay";
};
&uart1 {
status = "okay";
};

View File

@ -35,6 +35,10 @@
phy-mode = "rgmii";
};
&sdhci0 {
status = "okay";
};
&uart1 {
status = "okay";
};