diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/armada-388-helios4-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/armada-388-helios4-u-boot.dtsi | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/armada-388-helios4-u-boot.dtsi b/roms/u-boot/arch/arm/dts/armada-388-helios4-u-boot.dtsi new file mode 100644 index 000000000..1047c1af2 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/armada-388-helios4-u-boot.dtsi @@ -0,0 +1,44 @@ +// SPDX-License-Identifier: GPL-2.0+ + +ð0 { + phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>; +}; + +&spi1 { + u-boot,dm-spl; + spi-flash@0 { + u-boot,dm-spl; + }; +}; + +&w25q32 { + u-boot,dm-spl; +}; + +&gpio0 { + u-boot,dm-spl; +}; + +&ahci0 { + u-boot,dm-spl; +}; + +&ahci1 { + u-boot,dm-spl; +}; + +&sdhci { + u-boot,dm-spl; +}; + +&i2c0 { + u-boot,dm-spl; + + eeprom@52 { + u-boot,dm-spl; + }; + + eeprom@53 { + u-boot,dm-spl; + }; +}; |