diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-10-07 19:12:49 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-11-16 07:18:52 +0100 |
commit | 5c70cb01b89895189025f8de8ee2823f516eab6a (patch) | |
tree | 438e266320a2b3a146e50c54a612f46c0669a58b /arch/arm/boot/dts/Makefile | |
parent | ARM: imx6q: let users input debug uart port number (diff) | |
download | linux-5c70cb01b89895189025f8de8ee2823f516eab6a.tar.xz linux-5c70cb01b89895189025f8de8ee2823f516eab6a.zip |
ARM: dts: imx6q-sabreauto: Add basic support
mx6qsabreauto is a board based on mx6q SoC with the following features:
- 2GB of DDR3
- 2 USB ports
- 1 HDMI output port
- SPI NOR
- 2 LVDS LCD ports
- Gigabit Ethernet
- Camera
- eMMC and SD card slot
- Multichannel Audio
- CAN
- SATA
- NAND
- PCIE
- Video Input
Add very basic support for it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.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 c1ce813fcc4a..ccafe36679b9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -49,6 +49,7 @@ dtb-$(CONFIG_ARCH_MXC) += imx51-babbage.dtb \ imx53-qsb.dtb \ imx53-smd.dtb \ imx6q-arm2.dtb \ + imx6q-sabreauto.dtb \ imx6q-sabrelite.dtb \ imx6q-sabresd.dtb dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \ |