]> git.ipfire.org Git - people/ms/u-boot.git/commit
db820c: add qualcomm dragonboard 820C support
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Wed, 10 Jan 2018 10:33:50 +0000 (11:33 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jan 2018 21:29:02 +0000 (16:29 -0500)
commit4b684a6b82572654b7398d871aa138398c2b18c7
tree66aaaaa9f44d7d26f6509caca78fe35d1f4c68e7
parent7c75f7f1b29eb53912b75472f4d8135c465f87f5
db820c: add qualcomm dragonboard 820C support

This commit adds support for 96Boards Dragonboard820C.

The board is based on APQ8086 Qualcomm Soc, complying with the
96Boards specification.

Features
 - 4x Kyro CPU (64 bit) up to 2.15GHz
 - USB2.0
 - USB3.0
 - ISP
 - Qualcomm Hexagon DSP
 - SD 3.0 (UHS-I)
 - UFS 2.0
 - Qualcomm Adreno 530 GPU
 - GPS
 - BT 4.2
 - Wi-Fi 2.4GHz, 5GHz (802.11ac)
 - PCIe 2.0
 - MIPI-CSI, MIPI-DSI
 - I2S

U-Boot boots chained from LK (LK implements the fastboot protocol) in
64-bit mode.

For detailed build instructions see readme.txt in the board directory.

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
16 files changed:
arch/arm/dts/Makefile
arch/arm/dts/dragonboard820c.dts [new file with mode: 0644]
arch/arm/mach-snapdragon/Kconfig
arch/arm/mach-snapdragon/Makefile
arch/arm/mach-snapdragon/clock-apq8096.c [new file with mode: 0644]
arch/arm/mach-snapdragon/include/mach/sysmap-apq8096.h [new file with mode: 0644]
arch/arm/mach-snapdragon/sysmap-apq8096.c [new file with mode: 0644]
board/qualcomm/dragonboard820c/Kconfig [new file with mode: 0644]
board/qualcomm/dragonboard820c/MAINTAINERS [new file with mode: 0644]
board/qualcomm/dragonboard820c/Makefile [new file with mode: 0644]
board/qualcomm/dragonboard820c/dragonboard820c.c [new file with mode: 0644]
board/qualcomm/dragonboard820c/head.S [new file with mode: 0644]
board/qualcomm/dragonboard820c/readme.txt [new file with mode: 0644]
board/qualcomm/dragonboard820c/u-boot.lds [new file with mode: 0644]
configs/dragonboard820c_defconfig [new file with mode: 0644]
include/configs/dragonboard820c.h [new file with mode: 0644]