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

#include "rk3528-u-boot.dtsi"

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