1// SPDX-License-Identifier: GPL-2.0+
2
3/ {
4 aliases {
5 i2c0 = &i2c0;
6 i2c1 = &i2c1;
7 spi1 = &spi1;
8 };
9};
10
11ð0 {
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