diff options
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-06-25 12:16:04 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-25 13:42:50 -0700 |
commit | f1148dba64f3bf3a346e1eb7cdfac0e5f70660c8 (patch) | |
tree | a5d789c834209bf46c17a1f53b360a4961c8c045 /arch/arm/boot/dts/Makefile | |
parent | 5026aecf9bd51a95bcacdfac150f2204aafdc8c2 (diff) | |
download | blackbird-obmc-linux-f1148dba64f3bf3a346e1eb7cdfac0e5f70660c8.tar.gz blackbird-obmc-linux-f1148dba64f3bf3a346e1eb7cdfac0e5f70660c8.zip |
ARM: stih41x: Add B2000 board support
B2000 board is reference board for STIH415/416 SOCs, it has
2 x UART, 4x USB, 2 x Ethernet, 1 x SATA, 1 x PCIe, and 1GB RAM.
This patch add initial support to b2000 with STiH415/416 with UART2 as
console and a heard beat LED.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
CC: Stephen Gallimore <stephen.gallimore@st.com>
CC: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index f0895c581a89..53ee54293d89 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -177,6 +177,8 @@ dtb-$(CONFIG_ARCH_SPEAR3XX)+= spear300-evb.dtb \ spear320-evb.dtb \ spear320-hmi.dtb dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb +dtb-$(CONFIG_ARCH_STI)+= stih415-b2000.dtb \ + stih416-b2000.dtb dtb-$(CONFIG_ARCH_SUNXI) += \ sun4i-a10-cubieboard.dtb \ sun4i-a10-mini-xplus.dtb \ |