summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/microchip/Makefile
diff options
context:
space:
mode:
authorLars Povlsen <lars.povlsen@microchip.com>2020-06-15 15:32:35 +0200
committerArnd Bergmann <arnd@arndb.de>2020-07-22 22:28:38 +0200
commit6694aee00a4b478d2dd82837f39b5dc9cbedfbcf (patch)
tree3aeeb6242d53c33682a10dc3ac2b3ecdca6b17de /arch/arm64/boot/dts/microchip/Makefile
parent31a91c87a42bf3f7261e5752db5784fa43fbced5 (diff)
arm64: dts: sparx5: Add basic cpu support
This adds the basic DT structure for the Microchip Sparx5 SoC, and the reference boards, pcb125, pcb134 and pcb135. The two latter have a NAND vs a eMMC centric variant (as a mount option). Link: https://lore.kernel.org/r/20200615133242.24911-4-lars.povlsen@microchip.com Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/microchip/Makefile')
-rw-r--r--arch/arm64/boot/dts/microchip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/microchip/Makefile b/arch/arm64/boot/dts/microchip/Makefile
new file mode 100644
index 000000000000..c6e0313eea0f
--- /dev/null
+++ b/arch/arm64/boot/dts/microchip/Makefile
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
+dtb-$(CONFIG_ARCH_SPARX5) += sparx5_pcb125.dtb
+dtb-$(CONFIG_ARCH_SPARX5) += sparx5_pcb134.dtb sparx5_pcb134_emmc.dtb
+dtb-$(CONFIG_ARCH_SPARX5) += sparx5_pcb135.dtb sparx5_pcb135_emmc.dtb