1// SPDX-License-Identifier: GPL-2.0+ 2 3ð0 { 4 phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>; 5}; 6 7&spi1 { 8 u-boot,dm-spl; 9 spi-flash@0 { 10 u-boot,dm-spl; 11 }; 12}; 13 14&w25q32 { 15 u-boot,dm-spl; 16}; 17 18&gpio0 { 19 u-boot,dm-spl; 20}; 21 22&ahci0 { 23 u-boot,dm-spl; 24}; 25 26&ahci1 { 27 u-boot,dm-spl; 28}; 29 30&sdhci { 31 u-boot,dm-spl; 32}; 33 34&i2c0 { 35 u-boot,dm-spl; 36 37 eeprom@52 { 38 u-boot,dm-spl; 39 }; 40 41 eeprom@53 { 42 u-boot,dm-spl; 43 }; 44}; 45