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 | |
15 | &ahci0 { | ||||
16 | u-boot,dm-spl; | ||||
17 | }; | ||||
18 | |||||
19 | &ahci1 { | ||||
20 | u-boot,dm-spl; | ||||
21 | }; |