diff options
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-06-25 07:16:13 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-25 16:42:51 -0400 |
commit | 40e3e6725370481b7b81d969dbde056f50d870ae (patch) | |
tree | dd44eb01333890fe5bd7b891658ba3f9f6564ee5 /arch/arm/boot/dts/Makefile | |
parent | f1148dba64f3bf3a346e1eb7cdfac0e5f70660c8 (diff) |
ARM: stih41x: Add B2020 board support
B2020 ADI board is reference board for STIH415/416 SOCs, it has 2 x
UART, 4x USB, 1 x Ethernet, 1 x SATA, 1 x PCIe, and 2GB RAM with
standard set-top box IPs.
This patch adds initial support to B2020 with STiH415/416 with SBC_UART1
as console and a heard beat LED.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
CC: Stephen Gallimore <stephen.gallimore@st.com>
CC: Stuart Menefy <stuart.menefy@st.com>
CC: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 53ee54293d89..31f3488f1c25 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -178,7 +178,9 @@ dtb-$(CONFIG_ARCH_SPEAR3XX)+= spear300-evb.dtb \ | |||
178 | spear320-hmi.dtb | 178 | spear320-hmi.dtb |
179 | dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb | 179 | dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb |
180 | dtb-$(CONFIG_ARCH_STI)+= stih415-b2000.dtb \ | 180 | dtb-$(CONFIG_ARCH_STI)+= stih415-b2000.dtb \ |
181 | stih416-b2000.dtb | 181 | stih416-b2000.dtb \ |
182 | stih415-b2020.dtb \ | ||
183 | stih416-b2020.dtb | ||
182 | dtb-$(CONFIG_ARCH_SUNXI) += \ | 184 | dtb-$(CONFIG_ARCH_SUNXI) += \ |
183 | sun4i-a10-cubieboard.dtb \ | 185 | sun4i-a10-cubieboard.dtb \ |
184 | sun4i-a10-mini-xplus.dtb \ | 186 | sun4i-a10-mini-xplus.dtb \ |