diff options
author | Ben Whitten <ben.whitten@gmail.com> | 2018-06-15 14:40:54 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-20 10:05:05 +0200 |
commit | fd2c7ef94311791dd5cfbe9a099c96a9eedfab78 (patch) | |
tree | 7f1b25968d9fc844a0fa00c421b3eb2606f1388b /arch/arm/boot/dts/Makefile | |
parent | e8274426b4b770123ee5bf3a3d5fc5f9c89cee66 (diff) | |
download | op-kernel-dev-fd2c7ef94311791dd5cfbe9a099c96a9eedfab78.zip op-kernel-dev-fd2c7ef94311791dd5cfbe9a099c96a9eedfab78.tar.gz |
ARM: dts: add support for Gatwick board based on WB50N
Add support for the LoRa gateway from Laird, the RG1xx.
This board houses the WB50NBT CPU module along with a Semtech SX1301 based
concentrator card.
https://www.lairdtech.com/products/rg1xx-lora-gateway
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 f39aa10..adb48a1 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -51,6 +51,7 @@ dtb-$(CONFIG_SOC_SAM_V7) += \ at91-sama5d2_ptc_ek.dtb \ at91-sama5d2_xplained.dtb \ at91-sama5d3_xplained.dtb \ + at91-gatwick.dtb \ at91-tse850-3.dtb \ at91-wb50n.dtb \ sama5d31ek.dtb \ |