arm64: dts: rockchip: Enable eMMC on rk3576-evb1-v10

Some rk3576-evb1 boards use eMMC instead of UFS. Enable eMMC for it.

Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
Link: https://lore.kernel.org/r/20250731062415.212-1-kernel@airkyi.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Chaoyi Chen 2025-07-31 14:24:15 +08:00 committed by Heiko Stuebner
parent 6f36b1fdb8
commit 6294d0590d

View File

@ -723,6 +723,18 @@ usbc0_int: usbc0-int {
};
};
&sdhci {
bus-width = <8>;
full-pwr-cycle-in-suspend;
max-frequency = <200000000>;
mmc-hs400-1_8v;
mmc-hs400-enhanced-strobe;
no-sdio;
no-sd;
non-removable;
status = "okay";
};
&sdmmc {
bus-width = <4>;
cap-mmc-highspeed;