mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Add device tree support for the Black Sesame Technologies (BST) C1200 CDCU1.0 ADAS 4C2G platform. This platform is based on the BST C1200 SoC family. The changes include: - Adding a new BST device tree directory - Adding Makefile entries to build the BST platform device trees - Adding the device tree for the BST C1200 CDCU1.0 ADAS 4C2G board This board features a quad-core Cortex-A78 CPU, and various peripherals including UART, and interrupt controller. Signed-off-by: Albert Yang <yangzh0906@thundersoft.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
42 lines
793 B
Makefile
42 lines
793 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
subdir-y += actions
|
|
subdir-y += airoha
|
|
subdir-y += allwinner
|
|
subdir-y += altera
|
|
subdir-y += amazon
|
|
subdir-y += amd
|
|
subdir-y += amlogic
|
|
subdir-y += apm
|
|
subdir-y += apple
|
|
subdir-y += arm
|
|
subdir-y += axiado
|
|
subdir-y += bitmain
|
|
subdir-y += blaize
|
|
subdir-y += broadcom
|
|
subdir-y += bst
|
|
subdir-y += cavium
|
|
subdir-y += cix
|
|
subdir-y += exynos
|
|
subdir-y += freescale
|
|
subdir-y += hisilicon
|
|
subdir-y += intel
|
|
subdir-y += lg
|
|
subdir-y += marvell
|
|
subdir-y += mediatek
|
|
subdir-y += microchip
|
|
subdir-y += nuvoton
|
|
subdir-y += nvidia
|
|
subdir-y += qcom
|
|
subdir-y += realtek
|
|
subdir-y += renesas
|
|
subdir-y += rockchip
|
|
subdir-y += socionext
|
|
subdir-y += sophgo
|
|
subdir-y += sprd
|
|
subdir-y += st
|
|
subdir-y += synaptics
|
|
subdir-y += tesla
|
|
subdir-y += ti
|
|
subdir-y += toshiba
|
|
subdir-y += xilinx
|