blob: e44b699af7206946d5a69a599e7296d811899969 [file] [log] [blame]
Ricardo Pardini7cfbe202024-07-31 09:03:31 +00001// SPDX-License-Identifier: GPL-2.0+
2
3#include "rk356x-u-boot.dtsi"
4
5&gpio4 {
6 bootph-pre-ram;
7};
8
9&sfc {
10 flash@0 {
11 bootph-pre-ram;
12 bootph-some-ram;
13 };
14};