blob: 3c2c54e941836d988eb5ee6068f3c465d55cb1ae [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
5/ {
6 chosen {
7 stdout-path = &uart2;
8 };
9};
10
11&sdhci {
12 cap-mmc-highspeed;
13 mmc-ddr-1_8v;
14 pinctrl-names = "default";
15 pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
16};
17
18&sfc {
19 bootph-pre-ram;
20 u-boot,spl-sfc-no-dma;
21
22 flash@0 {
23 bootph-pre-ram;
24 };
25};
26
27&uart2 {
28 bootph-all;
29 clock-frequency = <24000000>;
30 status = "okay";
31};
32
33&usb_host0_xhci {
34 dr_mode = "host";
35};
36
37&vcc5v0_usb30_host {
38 /delete-property/ regulator-always-on;
39};
40
41&vcc5v0_usb_otg {
42 /delete-property/ regulator-always-on;
43};