summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/Makefile
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2017-12-26 08:55:50 +0300
committerTom Rini <trini@konsulko.com>2018-01-12 16:05:12 +0300
commit039ed7c57245b139986bc78e9f951e55c2039c47 (patch)
treeb99c1fb013426b2a6028d29e77d9ebcc09fea7f5 /arch/riscv/dts/Makefile
parent8bbb2909cbce083f35317d6a7279d02a82f21892 (diff)
downloadu-boot-039ed7c57245b139986bc78e9f951e55c2039c47.tar.xz
riscv: nx25: dts: Add AE250 dts to support RISC-V
AE250 is the Soc using NX25 cpu core base on RISC-V arch. Details please see the doc/README.ae250. Signed-off-by: Rick Chen <rick@andestech.com> Signed-off-by: Rick Chen <rickchen36@gmail.com> Signed-off-by: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'arch/riscv/dts/Makefile')
-rw-r--r--arch/riscv/dts/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile
new file mode 100644
index 0000000000..718b99f694
--- /dev/null
+++ b/arch/riscv/dts/Makefile
@@ -0,0 +1,14 @@
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+dtb-$(CONFIG_TARGET_NX25_AE250) += ae250.dtb
+targets += $(dtb-y)
+
+DTC_FLAGS += -R 4 -p 0x1000
+
+PHONY += dtbs
+dtbs: $(addprefix $(obj)/, $(dtb-y))
+ @:
+
+clean-files := *.dtb