faa3381267
The BCM2712 SoC family can be found on Raspberry Pi 5. Add minimal SoC and board (Rpi5 specific) dts file to be able to boot from SD card and use console on debug UART. Signed-off-by: Andrea della Porta <andrea.porta@suse.com> Reviewed-by: Stefan Wahren <wahrenst@gmx.net> Link: https://lore.kernel.org/r/874589f6c621036620cca944986e5be7238b4784.1717061147.git.andrea.porta@suse.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
19 lines
480 B
Makefile
19 lines
480 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Enables support for device-tree overlays
|
|
DTC_FLAGS := -@
|
|
|
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \
|
|
bcm2711-rpi-4-b.dtb \
|
|
bcm2711-rpi-cm4-io.dtb \
|
|
bcm2712-rpi-5-b.dtb \
|
|
bcm2837-rpi-3-a-plus.dtb \
|
|
bcm2837-rpi-3-b.dtb \
|
|
bcm2837-rpi-3-b-plus.dtb \
|
|
bcm2837-rpi-cm3-io3.dtb \
|
|
bcm2837-rpi-zero-2-w.dtb
|
|
|
|
subdir-y += bcmbca
|
|
subdir-y += northstar2
|
|
subdir-y += stingray
|