mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 02:18:13 +07:00
5510ee99c0
Add devicetree support for HiKey970 development board which based on Hi3670 SoC and is also one of the 96Boards Consumer Edition and AI platform. Only UART6 is enabled which is the default console required by the 96Boards Consumer Edition Specification. This patch has been tested on HiKey970 Board. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
9 lines
346 B
Makefile
9 lines
346 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_ARCH_HISI) += hi3660-hikey960.dtb
|
|
dtb-$(CONFIG_ARCH_HISI) += hi3670-hikey970.dtb
|
|
dtb-$(CONFIG_ARCH_HISI) += hi3798cv200-poplar.dtb
|
|
dtb-$(CONFIG_ARCH_HISI) += hi6220-hikey.dtb
|
|
dtb-$(CONFIG_ARCH_HISI) += hip05-d02.dtb
|
|
dtb-$(CONFIG_ARCH_HISI) += hip06-d03.dtb
|
|
dtb-$(CONFIG_ARCH_HISI) += hip07-d05.dtb
|