diff options
author | Maxime COQUELIN <maxime.coquelin@st.com> | 2015-01-09 10:11:00 -0500 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-01-16 05:58:27 -0500 |
commit | 3fba7036c53e2c24c7505b7869dc77464fdd7d9e (patch) | |
tree | 9ea20f26615da8864e10c266d5153569ea25fc69 /arch/arm/boot/dts/Makefile | |
parent | 63f3171d5e5c6f826f8be4dcfa943212cb119eaf (diff) |
ARM: dts: STiH418: Add B2199 board support
B2199 HDK is the reference board for STiH418 SoC.
It has the following characteristics:
- 3GB DDR3
- 8GB eMMC / SD-Card slot
- 32MB NOR Flash
- 1 x Gbit Ethernet
- 1 x USB3.0 port
- 2 x USB2.0 ports
- 1 x Sata or Mini-PCIe port
- 1 x WiFi 802.11ac (Quantenna)
- 1 x HDMI out
- 1 x HDMI in
- 1 x SPDIF
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 91bd5bd62857..cb37b5efce06 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -441,7 +441,8 @@ dtb-$(CONFIG_ARCH_STI)+= stih407-b2120.dtb \ | |||
441 | stih415-b2020.dtb \ | 441 | stih415-b2020.dtb \ |
442 | stih416-b2000.dtb \ | 442 | stih416-b2000.dtb \ |
443 | stih416-b2020.dtb \ | 443 | stih416-b2020.dtb \ |
444 | stih416-b2020e.dtb | 444 | stih416-b2020e.dtb \ |
445 | stih418-b2199.dtb | ||
445 | dtb-$(CONFIG_MACH_SUN4I) += \ | 446 | dtb-$(CONFIG_MACH_SUN4I) += \ |
446 | sun4i-a10-a1000.dtb \ | 447 | sun4i-a10-a1000.dtb \ |
447 | sun4i-a10-ba10-tvbox.dtb \ | 448 | sun4i-a10-ba10-tvbox.dtb \ |