summaryrefslogtreecommitdiff
path: root/arch/arm/dts/mvebu-u-boot.dtsi
blob: 5538f95148de3f45abbd0508442c1c835344d844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include <config.h>

#ifdef CONFIG_ARMADA_32BIT

/ {
	soc {
		u-boot,dm-pre-reloc;
		internal-regs {
			u-boot,dm-pre-reloc;
		};
	};
};

&uart0 {
	u-boot,dm-pre-reloc;
};

#ifdef CONFIG_SPL_SPI
&spi0 {
	u-boot,dm-pre-reloc;
};
#endif

#endif