aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3566-soquartz-u-boot.dtsi
blob: 5e46a2422d6009bad8f3c9ea138c37e212747ab8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: GPL-2.0+

#include "rk356x-u-boot.dtsi"

&sdhci {
	cap-mmc-highspeed;
	pinctrl-names = "default";
	pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
};

&usb_host0_xhci {
	dr_mode = "host";
};