blob: 1047c1af2330413ab8e92bedf1dc86bddafb8cea [file] [log] [blame]
Aditya Prayogac209a652018-12-05 00:57:21 +08001// SPDX-License-Identifier: GPL-2.0+
2
Aditya Prayoga5ca84c62018-12-05 00:57:25 +08003&eth0 {
4 phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
5};
6
Aditya Prayoga8d7d97e2018-12-05 00:57:24 +08007&spi1 {
8 u-boot,dm-spl;
Dennis Gilmore34fb7df2020-06-27 15:00:16 -05009 spi-flash@0 {
10 u-boot,dm-spl;
11 };
Aditya Prayoga8d7d97e2018-12-05 00:57:24 +080012};
13
14&w25q32 {
Aditya Prayoga8d7d97e2018-12-05 00:57:24 +080015 u-boot,dm-spl;
16};
Dennis Gilmore75050752019-05-29 09:36:13 -050017
Dennis Gilmore34fb7df2020-06-27 15:00:16 -050018&gpio0 {
19 u-boot,dm-spl;
20};
21
22&ahci0 {
23 u-boot,dm-spl;
24};
25
26&ahci1 {
27 u-boot,dm-spl;
28};
29
Dennis Gilmore75050752019-05-29 09:36:13 -050030&sdhci {
Dennis Gilmore827bed42020-12-08 21:07:37 -060031 u-boot,dm-spl;
32};
33
34&i2c0 {
35 u-boot,dm-spl;
36
37 eeprom@52 {
38 u-boot,dm-spl;
39 };
40
41 eeprom@53 {
42 u-boot,dm-spl;
43 };
Dennis Gilmore75050752019-05-29 09:36:13 -050044};