blob: af890e912dda9003bbab6bc3b14c7b06fbb3cc8a [file] [log] [blame]
Jonas Karlman315477f2025-03-30 17:20:34 +00001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rk3328-u-boot.dtsi"
4
5&gpio0 {
6 /delete-property/ bootph-pre-ram;
7};
8
9&pcfg_pull_down_4ma {
10 bootph-pre-ram;
11 bootph-some-ram;
12};
13
14&spi0 {
15 flash@0 {
16 bootph-pre-ram;
17 bootph-some-ram;
18 };
19};
20
21&spi0m2_clk {
22 bootph-pre-ram;
23 bootph-some-ram;
24};
25
26&spi0m2_cs0 {
27 bootph-pre-ram;
28 bootph-some-ram;
29};
30
31&spi0m2_rx {
32 bootph-pre-ram;
33 bootph-some-ram;
34};
35
36&spi0m2_tx {
37 bootph-pre-ram;
38 bootph-some-ram;
39};