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};
10
11&sdhci {
12	u-boot,dm-spl;
13};
14
15&gpio0 {
16	u-boot,dm-spl;
17};
18
19&ahci0 {
20	u-boot,dm-spl;
21};
22
23&ahci1 {
24	u-boot,dm-spl;
25};
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};
38