diff options
author | Ben Whitten <ben.whitten@gmail.com> | 2016-06-10 20:07:32 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-15 00:24:21 +0200 |
commit | 86d037e4a27fcf8f465fb1e79db727995ad5c684 (patch) | |
tree | 281bf815693ce01a1b75ed576146db18d6b51ce0 /target/linux/at91/patches-4.4 | |
parent | 618ed77a17422a9e167aed1eeec23a70235d0048 (diff) | |
download | upstream-86d037e4a27fcf8f465fb1e79db727995ad5c684.tar.gz upstream-86d037e4a27fcf8f465fb1e79db727995ad5c684.tar.bz2 upstream-86d037e4a27fcf8f465fb1e79db727995ad5c684.zip |
at91: add support for the WB45N module from Laird
This module from Laird includes the following:
- CPU Atmel SoC ARM926EJS
- Wifi AR6003
- Bluetooth CSR8510
- RAM 64MB LPDDR
- FLASH 128MB
The flash is a dual image layout, kernel a/b, rootfs a/b, and a user
partition.
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
Diffstat (limited to 'target/linux/at91/patches-4.4')
-rw-r--r-- | target/linux/at91/patches-4.4/102-ARM-at91-build-dtb-for-wb45n.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/at91/patches-4.4/102-ARM-at91-build-dtb-for-wb45n.patch b/target/linux/at91/patches-4.4/102-ARM-at91-build-dtb-for-wb45n.patch new file mode 100644 index 0000000000..b7486626ab --- /dev/null +++ b/target/linux/at91/patches-4.4/102-ARM-at91-build-dtb-for-wb45n.patch @@ -0,0 +1,12 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -40,7 +40,8 @@ dtb-$(CONFIG_SOC_SAM_V4_V5) += \ + at91sam9g25ek.dtb \ + at91sam9g35ek.dtb \ + at91sam9x25ek.dtb \ +- at91sam9x35ek.dtb ++ at91sam9x35ek.dtb \ ++ wb45n.dtb + dtb-$(CONFIG_SOC_SAM_V7) += \ + at91-kizbox2.dtb \ + at91-sama5d2_xplained.dtb \ |