diff options
author | Enric Balletbo i Serra <eballetbo@gmail.com> | 2013-09-10 10:55:49 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 15:06:37 -0400 |
commit | 5cda1620f457459240176ab6abc9431a1ad6684a (patch) | |
tree | 32a95f437701eb426d6c5ef5d7f36823d8850d6c | |
parent | e415245c68754150429aa707075233d3069c8dd7 (diff) |
ARM: dts: AM33XX: Add support for IGEP AQUILA EXPANSION board.
The IGEP AQUILA EXPANSION board is a development platform
for the IGEP COM AQUILA AM335x boards.
The board adds the following connectivity:
o USB OTG
o USB HOST
o HDMI
o Ethernet
o Serial Debug (3.3V)
o 2x46 pin headers
o EEPROM
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/am335x-base0033.dts | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 1be0c95391d7..9df7d2c15e7d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -188,6 +188,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ | |||
188 | am335x-evmsk.dtb \ | 188 | am335x-evmsk.dtb \ |
189 | am335x-bone.dtb \ | 189 | am335x-bone.dtb \ |
190 | am335x-boneblack.dtb \ | 190 | am335x-boneblack.dtb \ |
191 | am335x-base0033.dtb \ | ||
191 | am3517-evm.dtb \ | 192 | am3517-evm.dtb \ |
192 | am3517_mt_ventoux.dtb \ | 193 | am3517_mt_ventoux.dtb \ |
193 | am43x-epos-evm.dtb \ | 194 | am43x-epos-evm.dtb \ |
diff --git a/arch/arm/boot/dts/am335x-base0033.dts b/arch/arm/boot/dts/am335x-base0033.dts new file mode 100644 index 000000000000..b4f95c2bbf74 --- /dev/null +++ b/arch/arm/boot/dts/am335x-base0033.dts | |||
@@ -0,0 +1,16 @@ | |||
1 | /* | ||
2 | * am335x-base0033.dts - Device Tree file for IGEP AQUILA EXPANSION | ||
3 | * | ||
4 | * Copyright (C) 2013 ISEE 2007 SL - http://www.isee.biz | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | #include "am335x-igep0033.dtsi" | ||
12 | |||
13 | / { | ||
14 | model = "IGEP COM AM335x on AQUILA Expansion"; | ||
15 | compatible = "isee,am335x-base0033", "isee,am335x-igep0033", "ti,am33xx"; | ||
16 | }; | ||