blob: cf6c08881b18a0e24378d7ac27da5f2ed2c3be01 [file] [log] [blame]
Jon Nettleton14deee22018-06-21 12:35:49 +03001// 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 Siach13cba822019-05-08 17:47:32 +030010
11&sdhci {
12 u-boot,dm-spl;
13};
Baruch Siach22c47f62019-05-16 13:04:01 +030014
15&ahci0 {
16 u-boot,dm-spl;
17};
18
19&ahci1 {
20 u-boot,dm-spl;
21};