]> git.ipfire.org Git - people/ms/u-boot.git/commit
board: Add STMicroelectronics STiH410-B2260 support
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 21 Feb 2017 12:37:12 +0000 (13:37 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 15 Mar 2017 00:40:21 +0000 (20:40 -0400)
commit5cc16d886ee1ec9841a9ec76365d7b841495c075
tree043bf6293f080e4399ee0a3cd6789fb5791a5593
parent51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e
board: Add STMicroelectronics STiH410-B2260 support

This is a 96Board compliant board based on STiH410 SoC:
  - 1GB DDR
  - On-Board USB combo WiFi/Bluetooth RTL8723BU
    with PCB soldered antenna
  - Ethernet 1000-BaseT
  - SATA
  - HDMI
  - 2 x USB2.0 type A
  - 1 x USB2.0 type micro-AB
  - SD card slot
  - High speed connector (SD/I2C/USB interfaces)
  - Low speed connector (UART/I2C/GPIO/SPI/PCM interfaces)

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-sti/Kconfig
board/st/stih410-b2260/Kconfig [new file with mode: 0644]
board/st/stih410-b2260/MAINTAINERS [new file with mode: 0644]
board/st/stih410-b2260/Makefile [new file with mode: 0644]
board/st/stih410-b2260/board.c [new file with mode: 0644]
configs/stih410-b2260_defconfig [new file with mode: 0644]
include/configs/stih410-b2260.h [new file with mode: 0644]