mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
ae7ba525a5
Add device-tree description for the EEPROM devices on Armada 388 SOM rev 2.1. Another EEPROM is now on Clearfog Pro carrier rev 2.2, and Clearfog Base rev 1.3. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
37 lines
316 B
Text
37 lines
316 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;
|
|
};
|
|
|
|
&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;
|
|
};
|
|
};
|