2018-12-04 16:57:21 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c1 = &i2c1;
|
2018-12-04 16:57:24 +00:00
|
|
|
spi1 = &spi1;
|
2018-12-04 16:57:21 +00:00
|
|
|
};
|
|
|
|
};
|
2018-12-04 16:57:24 +00:00
|
|
|
|
2018-12-04 16:57:25 +00:00
|
|
|
ð0 {
|
|
|
|
phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
2018-12-04 16:57:24 +00:00
|
|
|
&spi1 {
|
|
|
|
u-boot,dm-spl;
|
2020-06-27 20:00:16 +00:00
|
|
|
spi-flash@0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2018-12-04 16:57:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&w25q32 {
|
|
|
|
status = "okay";
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2019-05-29 14:36:13 +00:00
|
|
|
|
2020-06-27 20:00:16 +00:00
|
|
|
&gpio0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&ahci0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&ahci1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2019-05-29 14:36:13 +00:00
|
|
|
&sdhci {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|