diff options
author | 2021-01-14 23:03:28 +0000 | |
---|---|---|
committer | 2021-02-07 10:24:06 +0000 | |
commit | 0c85f0150629e1f5eaf86289f2542744e38b5413 (patch) | |
tree | 895d6808d3e31eef127201631eb1f4d35ec07d96 /conf/machine/raspberrypi4-64.conf | |
parent | fc11c5d95c72f92c617b6f766cb66ec74e682f5a (diff) | |
download | meta-raspberrypi-0c85f0150629e1f5eaf86289f2542744e38b5413.tar.gz meta-raspberrypi-0c85f0150629e1f5eaf86289f2542744e38b5413.tar.bz2 meta-raspberrypi-0c85f0150629e1f5eaf86289f2542744e38b5413.zip |
overlays: add overlays for pi 400 and cm4
add overlays for pi 400 and cm4
Change-type: patch
Signed-off-by: Aaron Shaw <aaron@balena.io>
Diffstat (limited to 'conf/machine/raspberrypi4-64.conf')
-rw-r--r-- | conf/machine/raspberrypi4-64.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf index ae305cc..12c8954 100644 --- a/conf/machine/raspberrypi4-64.conf +++ b/conf/machine/raspberrypi4-64.conf @@ -15,6 +15,8 @@ include conf/machine/include/rpi-base.inc RPI_KERNEL_DEVICETREE = " \ broadcom/bcm2711-rpi-4-b.dtb \ + broadcom/bcm2711-rpi-400.dtb \ + broadcom/bcm2711-rpi-cm4.dtb \ " SDIMG_KERNELIMAGE ?= "kernel8.img" |