board: qualcomm: Add support for QCS404 EVB
authorSumit Garg <sumit.garg@linaro.org>
Tue, 12 Jul 2022 07:12:12 +0000 (12:42 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jul 2022 17:02:04 +0000 (13:02 -0400)
commitbf95d17809ae2230f1a70b9215182286d2d0211d
treeee46edecf24f5a37edb6994a597acd83be4b48b1
parenta4a9d9e874bffa509c31d0752b8155e653f9093f
board: qualcomm: Add support for QCS404 EVB

Add support for Qualcomm QCS404 SoC based evaluation board.

Features:
- Qualcomm Snapdragon QCS404 SoC
- 1GiB RAM
- 8GiB eMMC, uSD slot

U-boot is chain loaded by ABL in 64-bit mode as part of boot.img.
For detailed build and boot instructions, refer to
doc/board/qualcomm/qcs404.rst.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
15 files changed:
arch/arm/dts/Makefile
arch/arm/dts/qcs404-evb-uboot.dtsi [new file with mode: 0644]
arch/arm/dts/qcs404-evb.dts [new file with mode: 0644]
arch/arm/mach-snapdragon/Kconfig
arch/arm/mach-snapdragon/Makefile
arch/arm/mach-snapdragon/sysmap-qcs404.c [new file with mode: 0644]
board/qualcomm/qcs404-evb/Kconfig [new file with mode: 0644]
board/qualcomm/qcs404-evb/MAINTAINERS [new file with mode: 0644]
board/qualcomm/qcs404-evb/Makefile [new file with mode: 0644]
board/qualcomm/qcs404-evb/qcs404-evb.c [new file with mode: 0644]
board/qualcomm/qcs404-evb/qcs404-evb.its [new file with mode: 0644]
configs/qcs404evb_defconfig [new file with mode: 0644]
doc/board/qualcomm/index.rst
doc/board/qualcomm/qcs404.rst [new file with mode: 0644]
include/configs/qcs404-evb.h [new file with mode: 0644]