diff options
author | Alex Gonzalez <alex.gonzalez@digi.com> | 2018-09-10 11:37:52 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-12 09:13:17 +0800 |
commit | 742fdc0f2270ec2988518f9d7d629c4415048178 (patch) | |
tree | fc3f81513feb2f430587b1bc671a7d560e8fc6c3 /arch/arm/boot/dts/Makefile | |
parent | 50de5bb6fc06a12f08dc31094ea19535cc8079f1 (diff) | |
download | blackbird-obmc-linux-742fdc0f2270ec2988518f9d7d629c4415048178.tar.gz blackbird-obmc-linux-742fdc0f2270ec2988518f9d7d629c4415048178.zip |
ARM: dts: imx6ul: Add DTS for ConnectCore 6UL SBC Pro
The ConnectCore 6UL Single Board Computer (SBC) Pro contains the
ConnectCore 6UL System-On-Module.
Its hardware specifications are:
* 256MB DDR3 memory
* On module 256MB NAND flash
* Dual 10/100 Ethernet
* USB Host and USB OTG
* Parallel RGB display header
* LVDS display header
* CSI camera
* GPIO header
* I2C, SPI, CAN headers
* PCIe mini card and micro SIM slot
* MicroSD external storage
* On board 4GB eMMC flash
* Audio headphone, line in/out, microphone lines
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.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 b5bd3de87c33..b3ec70dc517a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -548,6 +548,7 @@ dtb-$(CONFIG_SOC_IMX6SX) += \ dtb-$(CONFIG_SOC_IMX6UL) += \ imx6ul-14x14-evk.dtb \ imx6ul-ccimx6ulsbcexpress.dtb \ + imx6ul-ccimx6ulsbcpro.dtb \ imx6ul-geam.dtb \ imx6ul-isiot-emmc.dtb \ imx6ul-isiot-nand.dtb \ |