Commit 18d92a03 authored by Drew Fustini's avatar Drew Fustini Committed by Conor Dooley

riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD

Add emmc node properties for the eMMC device and add sdio0 node
properties for the microSD slot. Set the frequency for the sdhci
reference clock.
Signed-off-by: default avatarDrew Fustini <dfustini@baylibre.com>
Reviewed-by: default avatarGuo Ren <guoren@kernel.org>
Reviewed-by: default avatarJisheng Zhang <jszhang@kernel.org>
Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
parent a77f02e8
...@@ -48,6 +48,10 @@ &apb_clk { ...@@ -48,6 +48,10 @@ &apb_clk {
clock-frequency = <62500000>; clock-frequency = <62500000>;
}; };
&sdhci_clk {
clock-frequency = <198000000>;
};
&uart_sclk { &uart_sclk {
clock-frequency = <100000000>; clock-frequency = <100000000>;
}; };
...@@ -56,6 +60,22 @@ &dmac0 { ...@@ -56,6 +60,22 @@ &dmac0 {
status = "okay"; status = "okay";
}; };
&emmc {
bus-width = <8>;
max-frequency = <198000000>;
mmc-hs400-1_8v;
non-removable;
no-sdio;
no-sd;
status = "okay";
};
&sdio0 {
bus-width = <4>;
max-frequency = <198000000>;
status = "okay";
};
&uart0 { &uart0 {
status = "okay"; status = "okay";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment