Commit 63c33528 authored by Inochi Amaoto's avatar Inochi Amaoto Committed by Chen Wang
Browse files

riscv: dts: sophgo: Add sdhci0 configuration for Huashan Pi

parent 514951a8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -43,6 +43,15 @@ &osc {
	clock-frequency = <25000000>;
};

&sdhci0 {
	status = "okay";
	bus-width = <4>;
	no-1-8-v;
	no-mmc;
	no-sdio;
	disable-wp;
};

&uart0 {
	status = "okay";
};