blob: 6e4b97028d7cde77d86b924199cbe7e4b225a482 [file] [log] [blame]
Andy Yanbc23c162024-02-17 19:24:59 +08001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rk3588s-u-boot.dtsi"
4
5&fspim2_pins {
6 bootph-all;
7};
8
9&sdhci {
10 cap-mmc-highspeed;
11 mmc-hs200-1_8v;
12};
13
14&sfc {
15 bootph-pre-ram;
16 u-boot,spl-sfc-no-dma;
17 pinctrl-names = "default";
18 pinctrl-0 = <&fspim2_pins>;
19 status = "okay";
20
21 flash@0 {
22 bootph-pre-ram;
23 compatible = "jedec,spi-nor";
24 reg = <0>;
25 spi-max-frequency = <24000000>;
26 spi-rx-bus-width = <4>;
27 spi-tx-bus-width = <1>;
28 };
29};