diff options
author | Padmarao Begari <padmarao.begari@microchip.com> | 2021-01-15 08:20:39 +0530 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2021-01-18 11:06:38 +0800 |
commit | dd4ee416a6b90497aadf1f25d0d5b09558344917 (patch) | |
tree | 58e57419ca60bd2859fab4e28f7380671887e6f0 /arch/riscv/dts/Makefile | |
parent | 2f27c9219e45c8abcbd53b0e66eff1f5bcae7c7e (diff) | |
download | u-boot-dd4ee416a6b90497aadf1f25d0d5b09558344917.tar.gz u-boot-dd4ee416a6b90497aadf1f25d0d5b09558344917.tar.bz2 u-boot-dd4ee416a6b90497aadf1f25d0d5b09558344917.zip |
riscv: dts: Add device tree for Microchip Icicle Kit
Add device tree for Microchip PolarFire SoC Icicle Kit.
Signed-off-by: Padmarao Begari <padmarao.begari@microchip.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
Diffstat (limited to 'arch/riscv/dts/Makefile')
-rw-r--r-- | arch/riscv/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile index 3a6f96c67d..01331b0aa1 100644 --- a/arch/riscv/dts/Makefile +++ b/arch/riscv/dts/Makefile @@ -3,6 +3,7 @@ dtb-$(CONFIG_TARGET_AX25_AE350) += ae350_32.dtb ae350_64.dtb dtb-$(CONFIG_TARGET_SIFIVE_FU540) += hifive-unleashed-a00.dtb dtb-$(CONFIG_TARGET_SIPEED_MAIX) += k210-maix-bit.dtb +dtb-$(CONFIG_TARGET_MICROCHIP_ICICLE) += microchip-mpfs-icicle-kit.dtb targets += $(dtb-y) |