Merge branch 'master' of git://git.denx.de/u-boot
[oweals/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 };
18
19 &w25q32 {
20         status = "okay";
21         u-boot,dm-spl;
22 };
23
24 &sdhci {
25        u-boot,dm-spl;
26 };