blob: 930d660868bbd75d4d8b8537c9e10269391dbdea [file] [log] [blame]
Jonas Karlman42785572023-07-30 12:26:42 +00001// SPDX-License-Identifier: GPL-2.0+
2
3#include "rk356x-u-boot.dtsi"
4
Jonas Karlman42785572023-07-30 12:26:42 +00005&gpio0 {
6 bootph-all;
7};
8
9&sdhci {
10 cap-mmc-highspeed;
Jonas Karlman42785572023-07-30 12:26:42 +000011 pinctrl-names = "default";
12 pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
13};
14
15&sfc {
16 bootph-pre-ram;
17 u-boot,spl-sfc-no-dma;
18
19 flash@0 {
20 bootph-pre-ram;
21 };
22};
23
Jonas Karlman42785572023-07-30 12:26:42 +000024/*
25 * U-Boot does not support multiple regulators using the same gpio,
26 * use vcc5v0_usb20_host to fix use of USB 2.0 port
27 */
28&usb2phy0_otg {
29 phy-supply = <&vcc5v0_usb20_host>;
30};
31
32&vcc3v3_sd {
33 bootph-pre-ram;
34};
35
36&vcc_sd_h {
37 bootph-all;
38};