blob: e4721d97a87dbb7f1bdd1a4bef05a73a6784e8c1 [file] [log] [blame]
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Minimal generic DT for RK3588S/RK3588 with eMMC and SD-card enabled
*/
/dts-v1/;
#include "rk3588s.dtsi"
/ {
model = "Generic RK3588S/RK3588";
compatible = "rockchip,rk3588";
aliases {
mmc0 = &sdhci;
mmc1 = &sdmmc;
};
chosen {
stdout-path = "serial2:1500000n8";
};
};
&sdhci {
bus-width = <8>;
cap-mmc-highspeed;
mmc-hs200-1_8v;
no-sd;
no-sdio;
non-removable;
status = "okay";
};
&sdmmc {
bus-width = <4>;
cap-sd-highspeed;
disable-wp;
no-mmc;
no-sdio;
status = "okay";
};
&uart2 {
status = "okay";
};