1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
// 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; }; };