blob: 572bdc5665b126c886bd73ac41739ab9c5f28d47 [file] [log] [blame]
Jonas Karlman5cf79a32023-07-30 12:30:26 +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/* PCIe PHY driver in U-Boot does not support bifurcation */
12&pcie3x1 {
13 status = "disabled";
14};
15
16&sdhci {
17 cap-mmc-highspeed;
18 mmc-ddr-1_8v;
19 mmc-hs200-1_8v;
20 mmc-hs400-1_8v;
21 mmc-hs400-enhanced-strobe;
22};
23
24&uart2 {
25 bootph-all;
26 clock-frequency = <24000000>;
27 status = "okay";
28};
29
30&usb_host0_xhci {
31 dr_mode = "host";
32};