]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/dragonboard410c_defconfig
board: Add Qualcomm Dragonboard 410C support
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Thu, 31 Mar 2016 21:12:33 +0000 (23:12 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2016 21:18:27 +0000 (17:18 -0400)
commit626f048bbc1463bc96973822f45d12e4368be951
tree5134b46370410601878b24e1527135562e4bc70a
parent085921368b7d1aa30e031cb7b54e5ea707a2155f
board: Add Qualcomm Dragonboard 410C support

This commit add support for 96Boards Dragonboard410C.
It is board based on APQ8016 Qualcomm SoC, complying with
96boards specification.
Features (present out of the box):
- 4x Cortex A53 (ARMv8)
- 2x USB Host port
- 1x USB Device port
- 4x LEDs
- 1x HDMI connector
- 1x uSD connector
- 3x buttons (Power, Vol+, Vol-/Reset)
- WIFI, Bluetooth with integrated antenna
- 8GiB eMMC

U-Boot boots chained with fastboot in 64-bit mode.
For detailed build instructions see readme.txt in board directory.

Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Tested-by: Simon Glass <sjg@chromium.org>
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/dragonboard410c-uboot.dtsi [new file with mode: 0644]
arch/arm/dts/dragonboard410c.dts [new file with mode: 0644]
arch/arm/mach-snapdragon/Kconfig
board/qualcomm/dragonboard410c/Kconfig [new file with mode: 0644]
board/qualcomm/dragonboard410c/MAINTAINERS [new file with mode: 0644]
board/qualcomm/dragonboard410c/Makefile [new file with mode: 0644]
board/qualcomm/dragonboard410c/dragonboard410c.c [new file with mode: 0644]
board/qualcomm/dragonboard410c/head.S [new file with mode: 0644]
board/qualcomm/dragonboard410c/readme.txt [new file with mode: 0644]
board/qualcomm/dragonboard410c/u-boot.lds [new file with mode: 0644]
configs/dragonboard410c_defconfig [new file with mode: 0644]
include/configs/dragonboard410c.h [new file with mode: 0644]