2f20182ed6
Add basic dts files for hi3798cv200-poplar board. Poplar is the first development board compliant with the 96Boards Enterprise Edition TV Platform specification. The board features the Hi3798CV200 with an integrated quad-core 64-bit ARM Cortex A53 processor and high performance Mali T720 GPU. Signed-off-by: Jiancheng Xue <xuejiancheng@hisilicon.com> Reviewed-by: Alex Elder <elder@linaro.org> Acked-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
11 lines
330 B
Makefile
11 lines
330 B
Makefile
dtb-$(CONFIG_ARCH_HISI) += hi3660-hikey960.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
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|