Jon Nettleton | 14deee2 | 2018-06-21 12:35:49 +0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | &spi1 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 4 | bootph-pre-ram; |
Jon Nettleton | 14deee2 | 2018-06-21 12:35:49 +0300 | [diff] [blame] | 5 | |
6 | spi-flash@0 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 7 | bootph-pre-ram; |
Jon Nettleton | 14deee2 | 2018-06-21 12:35:49 +0300 | [diff] [blame] | 8 | }; |
9 | }; | ||||
Baruch Siach | 13cba82 | 2019-05-08 17:47:32 +0300 | [diff] [blame] | 10 | |
11 | &sdhci { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 12 | bootph-pre-ram; |
Martin Rowe | e3104d8 | 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 | 13cba82 | 2019-05-08 17:47:32 +0300 | [diff] [blame] | 14 | }; |
Baruch Siach | 22c47f6 | 2019-05-16 13:04:01 +0300 | [diff] [blame] | 15 | |
Baruch Siach | 70bae02 | 2019-11-03 11:52:39 +0200 | [diff] [blame] | 16 | &gpio0 { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 17 | bootph-pre-ram; |
Baruch Siach | 70bae02 | 2019-11-03 11:52:39 +0200 | [diff] [blame] | 18 | }; |
19 | |||||
Baruch Siach | 22c47f6 | 2019-05-16 13:04:01 +0300 | [diff] [blame] | 20 | &ahci0 { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 21 | bootph-pre-ram; |
Baruch Siach | 22c47f6 | 2019-05-16 13:04:01 +0300 | [diff] [blame] | 22 | }; |
23 | |||||
24 | &ahci1 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 25 | bootph-pre-ram; |
Baruch Siach | 22c47f6 | 2019-05-16 13:04:01 +0300 | [diff] [blame] | 26 | }; |
Baruch Siach | ae7ba52 | 2020-01-20 14:20:09 +0200 | [diff] [blame] | 27 | |
28 | &i2c0 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 29 | bootph-pre-ram; |
Baruch Siach | ae7ba52 | 2020-01-20 14:20:09 +0200 | [diff] [blame] | 30 | |
31 | eeprom@52 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 32 | bootph-pre-ram; |
Baruch Siach | ae7ba52 | 2020-01-20 14:20:09 +0200 | [diff] [blame] | 33 | }; |
34 | |||||
35 | eeprom@53 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 36 | bootph-pre-ram; |
Baruch Siach | ae7ba52 | 2020-01-20 14:20:09 +0200 | [diff] [blame] | 37 | }; |
38 | }; | ||||
Pali Rohár | 5d4d121 | 2022-08-03 13:00:51 +0200 | [diff] [blame] | 39 | |
40 | #include "mvebu-u-boot.dtsi" |