Jon Nettleton | 14deee2 | 2018-06-21 12:35:49 +0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | &spi1 { | ||||
4 | u-boot,dm-spl; | ||||
5 | |||||
6 | spi-flash@0 { | ||||
7 | u-boot,dm-spl; | ||||
8 | }; | ||||
9 | }; | ||||
Baruch Siach | 13cba82 | 2019-05-08 17:47:32 +0300 | [diff] [blame] | 10 | |
11 | &sdhci { | ||||
12 | u-boot,dm-spl; | ||||
13 | }; | ||||
Baruch Siach | 22c47f6 | 2019-05-16 13:04:01 +0300 | [diff] [blame] | 14 | |
Baruch Siach | 70bae02 | 2019-11-03 11:52:39 +0200 | [diff] [blame] | 15 | &gpio0 { |
16 | u-boot,dm-spl; | ||||
17 | }; | ||||
18 | |||||
Baruch Siach | 22c47f6 | 2019-05-16 13:04:01 +0300 | [diff] [blame] | 19 | &ahci0 { |
20 | u-boot,dm-spl; | ||||
21 | }; | ||||
22 | |||||
23 | &ahci1 { | ||||
24 | u-boot,dm-spl; | ||||
25 | }; | ||||
Baruch Siach | ae7ba52 | 2020-01-20 14:20:09 +0200 | [diff] [blame] | 26 | |
27 | &i2c0 { | ||||
28 | u-boot,dm-spl; | ||||
29 | |||||
30 | eeprom@52 { | ||||
31 | u-boot,dm-spl; | ||||
32 | }; | ||||
33 | |||||
34 | eeprom@53 { | ||||
35 | u-boot,dm-spl; | ||||
36 | }; | ||||
37 | }; |