]> Git Repo - J-u-boot.git/blame - arch/arm/dts/rk3566-quartz64-b-u-boot.dtsi
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / arm / dts / rk3566-quartz64-b-u-boot.dtsi
CommitLineData
f52452bb
JK
1// SPDX-License-Identifier: GPL-2.0+
2
3#include "rk356x-u-boot.dtsi"
4
f52452bb
JK
5&sdhci {
6 cap-mmc-highspeed;
f52452bb
JK
7 pinctrl-names = "default";
8 pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
9};
10
11&sfc {
f52452bb
JK
12 flash@0 {
13 bootph-pre-ram;
63dfe0a8 14 bootph-some-ram;
f52452bb
JK
15 };
16};
17
f52452bb
JK
18&usb_host0_xhci {
19 dr_mode = "host";
20};
21
22&vcc5v0_usb30_host {
23 /delete-property/ regulator-always-on;
24};
25
26&vcc5v0_usb_otg {
27 /delete-property/ regulator-always-on;
28};
This page took 0.196898 seconds and 4 git commands to generate.