11976fd3a6e0d4ddd2d3970a523b999b38d15fa7
[pandora-u-boot.git] / arch / arm / dts / rk3566-quartz64-a-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2
3 #include "rk356x-u-boot.dtsi"
4
5 &gpio0 {
6         bootph-all;
7 };
8
9 &sdhci {
10         cap-mmc-highspeed;
11         mmc-ddr-1_8v;
12         pinctrl-names = "default";
13         pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
14 };
15
16 &sfc {
17         bootph-pre-ram;
18         u-boot,spl-sfc-no-dma;
19
20         flash@0 {
21                 bootph-pre-ram;
22         };
23 };
24
25 /*
26  * U-Boot does not support multiple regulators using the same gpio,
27  * use vcc5v0_usb20_host to fix use of USB 2.0 port
28  */
29 &usb2phy0_otg {
30         phy-supply = <&vcc5v0_usb20_host>;
31 };
32
33 &vcc3v3_sd {
34         bootph-pre-ram;
35 };
36
37 &vcc_sd_h {
38         bootph-all;
39 };