blob: 60494bb8485f7b7f16a3f94c823ca38915661625 [file] [log] [blame]
John Clarkd88366e2023-10-13 01:19:22 +00001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2023 John Clark <inindev@gmail.com>
4 *
5 */
6
7#include "rk3588-u-boot.dtsi"
8
John Clarkd88366e2023-10-13 01:19:22 +00009&fspim1_pins {
10 bootph-all;
11};
12
13&sfc {
14 bootph-pre-ram;
15 u-boot,spl-sfc-no-dma;
16 pinctrl-names = "default";
17 pinctrl-0 = <&fspim1_pins>;
18 #address-cells = <1>;
19 #size-cells = <0>;
20 status = "okay";
21
22 flash@0 {
23 bootph-pre-ram;
24 compatible = "jedec,spi-nor";
25 reg = <0>;
26 spi-max-frequency = <24000000>;
27 spi-rx-bus-width = <4>;
28 spi-tx-bus-width = <1>;
29 };
30};