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