blob: 38e4f3d99ac97a563c8af1652f2224fed09b4794 [file] [log] [blame]
Jon Nettleton90313772018-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 Siachdac45d42019-05-08 17:47:32 +030010
11&sdhci {
12 u-boot,dm-spl;
13};
Baruch Siachb2703bc2019-05-16 13:04:01 +030014
Baruch Siachc7804872019-11-03 11:52:39 +020015&gpio0 {
16 u-boot,dm-spl;
17};
18
Baruch Siachb2703bc2019-05-16 13:04:01 +030019&ahci0 {
20 u-boot,dm-spl;
21};
22
23&ahci1 {
24 u-boot,dm-spl;
25};