blob: 5538f95148de3f45abbd0508442c1c835344d844 [file] [log] [blame]
Pali Rohárd14e2ee2022-08-03 13:00:50 +02001#include <config.h>
2
3#ifdef CONFIG_ARMADA_32BIT
4
5/ {
6 soc {
7 u-boot,dm-pre-reloc;
8 internal-regs {
9 u-boot,dm-pre-reloc;
10 };
11 };
12};
13
14&uart0 {
15 u-boot,dm-pre-reloc;
16};
17
18#ifdef CONFIG_SPL_SPI
19&spi0 {
20 u-boot,dm-pre-reloc;
21};
22#endif
23
24#endif