2018-06-21 09:35:49 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
|
|
|
|
&spi1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2018-06-21 09:35:49 +00:00
|
|
|
|
|
|
|
spi-flash@0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2018-06-21 09:35:49 +00:00
|
|
|
};
|
|
|
|
};
|
2019-05-08 14:47:32 +00:00
|
|
|
|
|
|
|
&sdhci {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2023-03-25 00:02:43 +00:00
|
|
|
non-removable; /* assume that the card is always present, required for eMMC variant */
|
2019-05-08 14:47:32 +00:00
|
|
|
};
|
2019-05-16 10:04:01 +00:00
|
|
|
|
2019-11-03 09:52:39 +00:00
|
|
|
&gpio0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-11-03 09:52:39 +00:00
|
|
|
};
|
|
|
|
|
2019-05-16 10:04:01 +00:00
|
|
|
&ahci0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-05-16 10:04:01 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&ahci1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-05-16 10:04:01 +00:00
|
|
|
};
|
2020-01-20 12:20:09 +00:00
|
|
|
|
|
|
|
&i2c0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-01-20 12:20:09 +00:00
|
|
|
|
|
|
|
eeprom@52 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-01-20 12:20:09 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
eeprom@53 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-01-20 12:20:09 +00:00
|
|
|
};
|
|
|
|
};
|
2022-08-03 11:00:51 +00:00
|
|
|
|
|
|
|
#include "mvebu-u-boot.dtsi"
|