mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
ARM64: dts: Add Zero 2 W and CM4S
Zero 2 W and CM4S are 64-bit-capable, so their DTBs should be buildable in the arm64 tree. See (misplaced) comment in https://github.com/raspberrypi/linux/issues/4857 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
@@ -4,6 +4,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-a-plus.dtb \
|
|||||||
bcm2837-rpi-3-b-plus.dtb \
|
bcm2837-rpi-3-b-plus.dtb \
|
||||||
bcm2837-rpi-cm3-io3.dtb
|
bcm2837-rpi-cm3-io3.dtb
|
||||||
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-zero-2.dtb
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-zero-2.dtb
|
||||||
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-zero-2-w.dtb
|
||||||
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-2-b.dtb
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-2-b.dtb
|
||||||
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b.dtb
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b.dtb
|
||||||
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b-plus.dtb
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b-plus.dtb
|
||||||
@@ -11,6 +12,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-4-b.dtb
|
|||||||
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb
|
||||||
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-cm3.dtb
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-cm3.dtb
|
||||||
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-cm4.dtb
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-cm4.dtb
|
||||||
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-cm4s.dtb
|
||||||
|
|
||||||
subdir-y += northstar2
|
subdir-y += northstar2
|
||||||
subdir-y += stingray
|
subdir-y += stingray
|
||||||
|
|||||||
1
arch/arm64/boot/dts/broadcom/bcm2710-rpi-zero-2-w.dts
Normal file
1
arch/arm64/boot/dts/broadcom/bcm2710-rpi-zero-2-w.dts
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include "../../../../arm/boot/dts/bcm2710-rpi-zero-2-w.dts"
|
||||||
@@ -1 +1 @@
|
|||||||
#include "../../../../arm/boot/dts/bcm2710-rpi-zero-2.dts"
|
#include "../../../../arm/boot/dts/bcm2710-rpi-zero-2-w.dts"
|
||||||
|
|||||||
1
arch/arm64/boot/dts/broadcom/bcm2711-rpi-cm4s.dts
Normal file
1
arch/arm64/boot/dts/broadcom/bcm2711-rpi-cm4s.dts
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include "../../../../arm/boot/dts/bcm2711-rpi-cm4s.dts"
|
||||||
Reference in New Issue
Block a user