mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
22c47f6bbe
Enable SATA peripherals in SPL to allow boot from SATA. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
21 lines
189 B
Text
21 lines
189 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
&spi1 {
|
|
u-boot,dm-spl;
|
|
|
|
spi-flash@0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&sdhci {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&ahci0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&ahci1 {
|
|
u-boot,dm-spl;
|
|
};
|