| // SPDX-License-Identifier: GPL-2.0+ | |
| #include "rk356x-u-boot.dtsi" | |
| &fspi_dual_io_pins { | |
| bootph-pre-ram; | |
| bootph-some-ram; | |
| }; | |
| &sdhci { | |
| cap-mmc-highspeed; | |
| mmc-hs200-1_8v; | |
| mmc-hs400-1_8v; | |
| mmc-hs400-enhanced-strobe; | |
| pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>; | |
| }; | |
| &sfc { | |
| flash@0 { | |
| bootph-pre-ram; | |
| bootph-some-ram; | |
| }; | |
| }; |