summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/Makefile
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-06-24 13:41:23 +0300
committerAndes <uboot@andestech.com>2020-07-01 10:01:22 +0300
commitbba8618c8e7fb9fb181e714bd7ba0b8f255dcac6 (patch)
treefe4bdc1ea9b7e03332cbddafc32edf553b633beb /arch/riscv/dts/Makefile
parent627718626b05f715da555cc005426ab10f44bb98 (diff)
downloadu-boot-bba8618c8e7fb9fb181e714bd7ba0b8f255dcac6.tar.xz
riscv: Add device tree for K210 and Sipeed Maix BitM
Where possible, I have tried to find compatible drivers based on the layout of registers. However, many devices remain untested. All untested devices have been left disabled, but some tentative properties (such as compatible strings, and clocks, interrupts, and resets properties) have been added. Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'arch/riscv/dts/Makefile')
-rw-r--r--arch/riscv/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile
index 4f30e6936f..3a6f96c67d 100644
--- a/arch/riscv/dts/Makefile
+++ b/arch/riscv/dts/Makefile
@@ -2,6 +2,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
targets += $(dtb-y)