blob: cc830b514567169a366b532c75fb8702e55fa3af [file] [log] [blame]
Jonas Karlman46436262025-04-07 22:47:02 +00001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rk3528-u-boot.dtsi"
4
5&sdmmc {
6 bus-width = <4>;
7 cap-sd-highspeed;
8 disable-wp;
9 no-mmc;
10 no-sdio;
11 status = "okay";
12};