blob: 38385621deb106cc5f9085714a0292e97cb2e612 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
*/
#include "rk3399-rock-pi-4-u-boot.dtsi"
&spi1 {
flash@0 {
bootph-pre-ram;
bootph-some-ram;
};
};
|