blob: c235b4357f7da29101204d3d521b1bac10182c5d [file] [log] [blame]
Jonas Karlman55b1ebe2023-07-30 12:26:44 +00001// SPDX-License-Identifier: GPL-2.0+
2
3#include "rk356x-u-boot.dtsi"
4
Jonas Karlman55b1ebe2023-07-30 12:26:44 +00005&sdhci {
6 cap-mmc-highspeed;
Jonas Karlman55b1ebe2023-07-30 12:26:44 +00007 pinctrl-names = "default";
8 pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
9};
10
11&sfc {
12 bootph-pre-ram;
13 u-boot,spl-sfc-no-dma;
14
15 flash@0 {
16 bootph-pre-ram;
17 };
18};
19
Jonas Karlman55b1ebe2023-07-30 12:26:44 +000020&usb_host0_xhci {
21 dr_mode = "host";
22};
23
24&vcc5v0_usb30_host {
25 /delete-property/ regulator-always-on;
26};
27
28&vcc5v0_usb_otg {
29 /delete-property/ regulator-always-on;
30};