blob: 96629294be4bc3fa2428ab1f250a3d7cfb9dbda1 [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};
Baruch Siachea951d82020-01-20 14:20:09 +020026
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};
Pali Rohár75c36582022-08-03 13:00:51 +020038
39#include "mvebu-u-boot.dtsi"