blob: f2c9d8e167d54381f934b10e986d85d378287c04 [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 {
Jonas Karlman55b1ebe2023-07-30 12:26:44 +000012 flash@0 {
13 bootph-pre-ram;
Jonas Karlmandc3daaa2024-04-22 06:28:49 +000014 bootph-some-ram;
Jonas Karlman55b1ebe2023-07-30 12:26:44 +000015 };
16};
17
Jonas Karlman55b1ebe2023-07-30 12:26:44 +000018&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};