blob: ed15b14ea0ee6be871b8c50399fca7147bb58877 [file] [log] [blame]
Andy Yan29721162024-02-17 19:25:00 +08001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rk3588-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};