Commit 248e0f71 authored by Steve Pavao's avatar Steve Pavao Committed by Phil Elwell
Browse files

devicetree: add RPi CM3 dts to arm64; mimic the RPi 3B arm64 dts...

devicetree: add RPi CM3 dts to arm64; mimic the RPi 3B arm64 dts implementation, by referring to the actual dts file in the arm directory
parent 6bad15ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb
dtb-$(CONFIG_ARCH_BCM2709) += 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_BCM2709) += bcm2710-rpi-cm3.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-cm3.dtb

dts-dirs += ../overlays

+3 −0
Original line number Diff line number Diff line
#define RPI364

#include "../../../../arm/boot/dts/bcm2710-rpi-cm3.dts"