blob: 4b20610d83195da6365f03953c7b7de051e1ec50 [file] [log] [blame]
Aditya Prayoga8ad11ac2018-12-05 00:57:21 +08001// SPDX-License-Identifier: GPL-2.0+
2
3/ {
4 aliases {
5 i2c0 = &i2c0;
6 i2c1 = &i2c1;
Aditya Prayogacc650662018-12-05 00:57:24 +08007 spi1 = &spi1;
Aditya Prayoga8ad11ac2018-12-05 00:57:21 +08008 };
9};
Aditya Prayogacc650662018-12-05 00:57:24 +080010
Aditya Prayoga24e13eb2018-12-05 00:57:25 +080011&eth0 {
12 phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
13};
14
Aditya Prayogacc650662018-12-05 00:57:24 +080015&spi1 {
16 u-boot,dm-spl;
17};
18
19&w25q32 {
20 status = "okay";
21 u-boot,dm-spl;
22};