mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 21:56:26 +07:00
1a48290edf
Add the initial device tree for the R8A77970 SoC based Eagle board. The board has 1 debug serial port (SCIF0); include support for it, so that the serial console can work. Based on the original (and large) patch by Vladimir Barinov <vladimir.barinov@cogentembedded.com>. Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
10 lines
420 B
Makefile
10 lines
420 B
Makefile
dtb-$(CONFIG_ARCH_R8A7795) += r8a7795-salvator-x.dtb r8a7795-h3ulcb.dtb
|
|
dtb-$(CONFIG_ARCH_R8A7795) += r8a7795-salvator-xs.dtb
|
|
dtb-$(CONFIG_ARCH_R8A7795) += r8a7795-es1-salvator-x.dtb r8a7795-es1-h3ulcb.dtb
|
|
dtb-$(CONFIG_ARCH_R8A7796) += r8a7796-salvator-x.dtb r8a7796-m3ulcb.dtb
|
|
dtb-$(CONFIG_ARCH_R8A77970) += r8a77970-eagle.dtb
|
|
dtb-$(CONFIG_ARCH_R8A77995) += r8a77995-draak.dtb
|
|
|
|
always := $(dtb-y)
|
|
clean-files := *.dtb
|