blob: 2422856616a9db7b4834a21a9b1704c8e78c9d53 [file] [log] [blame]
Stefan Roese33fc6fc2020-12-10 06:40:10 +01001// SPDX-License-Identifier: GPL-2.0+
2
3/ {
4 soc {
5 internal-regs {
6 serial@12000 {
7 u-boot,dm-pre-reloc;
8 };
9 };
10 };
11};
12
13&spi0 {
14 u-boot,dm-pre-reloc;
15
16 spi-flash@0 {
17 u-boot,dm-pre-reloc;
18 };
19};