diff options
| -rw-r--r-- | arch/arm/dts/mvebu-u-boot.dtsi | 24 | 
1 files changed, 24 insertions, 0 deletions
| diff --git a/arch/arm/dts/mvebu-u-boot.dtsi b/arch/arm/dts/mvebu-u-boot.dtsi new file mode 100644 index 00000000000..5538f95148d --- /dev/null +++ b/arch/arm/dts/mvebu-u-boot.dtsi @@ -0,0 +1,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 | 
