Jon Nettleton | 9031377 | 2018-06-21 12:35:49 +0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | &spi1 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 4 | bootph-pre-ram; |
Jon Nettleton | 9031377 | 2018-06-21 12:35:49 +0300 | [diff] [blame] | 5 | |
| 6 | spi-flash@0 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 7 | bootph-pre-ram; |
Jon Nettleton | 9031377 | 2018-06-21 12:35:49 +0300 | [diff] [blame] | 8 | }; |
| 9 | }; |
Baruch Siach | dac45d4 | 2019-05-08 17:47:32 +0300 | [diff] [blame] | 10 | |
| 11 | &sdhci { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 12 | bootph-pre-ram; |
Martin Rowe | 994c103 | 2023-03-25 10:02:43 +1000 | [diff] [blame] | 13 | non-removable; /* assume that the card is always present, required for eMMC variant */ |
Baruch Siach | dac45d4 | 2019-05-08 17:47:32 +0300 | [diff] [blame] | 14 | }; |
Baruch Siach | b2703bc | 2019-05-16 13:04:01 +0300 | [diff] [blame] | 15 | |
Baruch Siach | c780487 | 2019-11-03 11:52:39 +0200 | [diff] [blame] | 16 | &gpio0 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 17 | bootph-pre-ram; |
Baruch Siach | c780487 | 2019-11-03 11:52:39 +0200 | [diff] [blame] | 18 | }; |
| 19 | |
Baruch Siach | b2703bc | 2019-05-16 13:04:01 +0300 | [diff] [blame] | 20 | &ahci0 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 21 | bootph-pre-ram; |
Baruch Siach | b2703bc | 2019-05-16 13:04:01 +0300 | [diff] [blame] | 22 | }; |
| 23 | |
| 24 | &ahci1 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 25 | bootph-pre-ram; |
Baruch Siach | b2703bc | 2019-05-16 13:04:01 +0300 | [diff] [blame] | 26 | }; |
Baruch Siach | ea951d8 | 2020-01-20 14:20:09 +0200 | [diff] [blame] | 27 | |
| 28 | &i2c0 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 29 | bootph-pre-ram; |
Baruch Siach | ea951d8 | 2020-01-20 14:20:09 +0200 | [diff] [blame] | 30 | |
| 31 | eeprom@52 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 32 | bootph-pre-ram; |
Baruch Siach | ea951d8 | 2020-01-20 14:20:09 +0200 | [diff] [blame] | 33 | }; |
| 34 | |
| 35 | eeprom@53 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 36 | bootph-pre-ram; |
Baruch Siach | ea951d8 | 2020-01-20 14:20:09 +0200 | [diff] [blame] | 37 | }; |
| 38 | }; |
Pali Rohár | 75c3658 | 2022-08-03 13:00:51 +0200 | [diff] [blame] | 39 | |
| 40 | #include "mvebu-u-boot.dtsi" |