diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/armada-388-clearfog-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/armada-388-clearfog-u-boot.dtsi b/roms/u-boot/arch/arm/dts/armada-388-clearfog-u-boot.dtsi new file mode 100644 index 000000000..20f5c8fb8 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/armada-388-clearfog-u-boot.dtsi @@ -0,0 +1,37 @@ +// SPDX-License-Identifier: GPL-2.0+ + +&spi1 { + u-boot,dm-spl; + + spi-flash@0 { + u-boot,dm-spl; + }; +}; + +&sdhci { + u-boot,dm-spl; +}; + +&gpio0 { + u-boot,dm-spl; +}; + +&ahci0 { + u-boot,dm-spl; +}; + +&ahci1 { + u-boot,dm-spl; +}; + +&i2c0 { + u-boot,dm-spl; + + eeprom@52 { + u-boot,dm-spl; + }; + + eeprom@53 { + u-boot,dm-spl; + }; +}; |