blob: 0fc360b06df7a99430cd5df11b3d63d4a81b078d [file] [log] [blame]
Jonas Karlman94da9292023-07-22 14:02:15 +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&fspi_dual_io_pins {
12 bootph-all;
13};
14
15&sdhci {
16 cap-mmc-highspeed;
17 mmc-ddr-1_8v;
18 mmc-hs200-1_8v;
19 mmc-hs400-1_8v;
20 mmc-hs400-enhanced-strobe;
21 pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
22};
23
24&sfc {
25 bootph-pre-ram;
26 u-boot,spl-sfc-no-dma;
27
28 flash@0 {
29 bootph-pre-ram;
30 };
31};
32
33&uart2 {
34 bootph-all;
35 clock-frequency = <24000000>;
36 status = "okay";
37};