mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-30 02:51:30 +02:00
Replace it by including of mvebu-u-boot.dtsi file. When board does not use -u-boot.dtsi then mvebu-u-boot.dtsi is included automatically by makefile scripts/Makefile.lib. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de>
40 lines
346 B
Plaintext
40 lines
346 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
&spi1 {
|
|
u-boot,dm-spl;
|
|
|
|
spi-flash@0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&sdhci {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&ahci0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&ahci1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&i2c0 {
|
|
u-boot,dm-spl;
|
|
|
|
eeprom@52 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
eeprom@53 {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
#include "mvebu-u-boot.dtsi"
|