diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-01-02 16:40:20 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-03 09:54:39 +0300 |
commit | cbc3ad1317010b538401165c3679b9d2df4edbc9 (patch) | |
tree | be428625f3fa50ce5dc45165cf6c322109eced7e /arch/arm/boot/dts/Makefile | |
parent | 84ebdaa25569dbc8f17c541c13754e14dca4a5de (diff) | |
download | linux-cbc3ad1317010b538401165c3679b9d2df4edbc9.tar.xz |
ARM: dts: imx6ul: Add Engicam Is.IoT MX6UL initial support
Is.IoT MX6UL modules are system on module solutions manufactured by
Engicam for IOT connectivity applications with following characteristics:
CPU NXP i.MX6UL (G2) Cortex-A7@528 MHz
RAM Up to 512 MB LvDDR3@800MT/s
NAND 256MB (option)
eMMC 4GB (option)
LCD 18 bit parallel
BT 2.1+EDR,Bluetooth 3.0, Bluetooth 4.1 (Bluetooth low energy)
WLAN IEEE 802.11 b/g/n (single stream n)
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
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 51f8dae84b73..bb1a1726dd61 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -435,6 +435,7 @@ dtb-$(CONFIG_SOC_IMX6SX) += \ dtb-$(CONFIG_SOC_IMX6UL) += \ imx6ul-14x14-evk.dtb \ imx6ul-geam-kit.dtb \ + imx6ul-isiot.dtb \ imx6ul-liteboard.dtb \ imx6ul-pico-hobbit.dtb \ imx6ul-tx6ul-0010.dtb \ |