diff options
author | Ben Whitten <ben.whitten@gmail.com> | 2018-06-15 14:40:53 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-20 10:05:01 +0200 |
commit | e8274426b4b770123ee5bf3a3d5fc5f9c89cee66 (patch) | |
tree | ba47ec035f875fc6f5aba03d70bdc69a48ae0dc5 /arch/arm/boot/dts/Makefile | |
parent | 044565558639ebcd6bc6bc7dd97001792e43a671 (diff) | |
download | op-kernel-dev-e8274426b4b770123ee5bf3a3d5fc5f9c89cee66.zip op-kernel-dev-e8274426b4b770123ee5bf3a3d5fc5f9c89cee66.tar.gz |
ARM: dts: add support for Laird WB50N cpu module and DVK
This adds support for Lairds CPU module, featuring Atheros wifi, CSR
Bluetooth and, Atmel SAMA5D3 CPU.
https://www.lairdtech.com/products/wb50nbt-wi-fi-bluetooth-module
Signed-off-by: Ben Whitten <ben.whitten@lairdtech.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 8544fd0..f39aa10 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -52,6 +52,7 @@ dtb-$(CONFIG_SOC_SAM_V7) += \ at91-sama5d2_xplained.dtb \ at91-sama5d3_xplained.dtb \ at91-tse850-3.dtb \ + at91-wb50n.dtb \ sama5d31ek.dtb \ sama5d33ek.dtb \ sama5d34ek.dtb \ |