summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi
blob: 1372d8f1e38a17deb11adcbcb8579f6157202087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

#include "rk3528-u-boot.dtsi"

&sdhci {
	mmc-hs200-1_8v;
};

&sdmmc {
	bus-width = <4>;
	cap-mmc-highspeed;
	cap-sd-highspeed;
	disable-wp;
	vmmc-supply = <&vcc_3v3>;
	status = "okay";
};