Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / dts / armada-388-helios4-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2
3 / {
4         aliases {
5                 i2c0 = &i2c0;
6                 i2c1 = &i2c1;
7                 spi1 = &spi1;
8         };
9 };
10
11 &eth0 {
12         phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
13 };
14
15 &spi1 {
16         u-boot,dm-spl;
17         spi-flash@0 {
18                 u-boot,dm-spl;
19         };
20 };
21
22 &w25q32 {
23         status = "okay";
24         u-boot,dm-spl;
25 };
26
27 &gpio0 {
28         u-boot,dm-spl;
29 };
30
31 &ahci0 {
32         u-boot,dm-spl;
33 };
34
35 &ahci1 {
36         u-boot,dm-spl;
37 };
38
39 &sdhci {
40        u-boot,dm-spl;
41 };