blob: 1fc71faa9e07d03a1a995354f4352fd5cea25799 [file] [log] [blame]
Jonas Karlman12e2e7e2023-07-22 14:02:15 +00001// SPDX-License-Identifier: GPL-2.0+
2
3#include "rk356x-u-boot.dtsi"
4
Jonas Karlman12e2e7e2023-07-22 14:02:15 +00005&fspi_dual_io_pins {
6 bootph-all;
7};
8
9&sdhci {
10 cap-mmc-highspeed;
Jonas Karlman12e2e7e2023-07-22 14:02:15 +000011 mmc-hs200-1_8v;
12 mmc-hs400-1_8v;
13 mmc-hs400-enhanced-strobe;
14 pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
15};
16
17&sfc {
18 bootph-pre-ram;
19 u-boot,spl-sfc-no-dma;
20
21 flash@0 {
22 bootph-pre-ram;
23 };
24};