u-boot-brain/arch/arm/dts/armada-388-helios4-u-boot.dtsi
Dennis Gilmore 7505075dff arm: mvebu: helios4: add MMC to SPL DT
This allows SPL to load the main U-Boot image from MMC once DM_MMC is
enabled.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
2019-06-04 08:33:24 +02:00

27 lines
279 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/ {
aliases {
i2c0 = &i2c0;
i2c1 = &i2c1;
spi1 = &spi1;
};
};
&eth0 {
phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
};
&spi1 {
u-boot,dm-spl;
};
&w25q32 {
status = "okay";
u-boot,dm-spl;
};
&sdhci {
u-boot,dm-spl;
};