diff options
author | Aaron Shaw <shawaj@gmail.com> | 2021-01-14 23:03:28 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-02-07 10:24:06 +0000 |
commit | 0c85f0150629e1f5eaf86289f2542744e38b5413 (patch) | |
tree | 895d6808d3e31eef127201631eb1f4d35ec07d96 | |
parent | fc11c5d95c72f92c617b6f766cb66ec74e682f5a (diff) | |
download | meta-raspberrypi-0c85f0150629e1f5eaf86289f2542744e38b5413.tar.gz |
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>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 2 | ||||
-rw-r--r-- | conf/machine/raspberrypi4-64.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index c3cb311..c2baa7f 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -56,8 +56,10 @@ RPI_KERNEL_DEVICETREE ?= " \ | |||
56 | bcm2710-rpi-3-b.dtb \ | 56 | bcm2710-rpi-3-b.dtb \ |
57 | bcm2710-rpi-3-b-plus.dtb \ | 57 | bcm2710-rpi-3-b-plus.dtb \ |
58 | bcm2711-rpi-4-b.dtb \ | 58 | bcm2711-rpi-4-b.dtb \ |
59 | bcm2711-rpi-400.dtb \ | ||
59 | bcm2708-rpi-cm.dtb \ | 60 | bcm2708-rpi-cm.dtb \ |
60 | bcm2710-rpi-cm3.dtb \ | 61 | bcm2710-rpi-cm3.dtb \ |
62 | bcm2711-rpi-cm4.dtb \ | ||
61 | " | 63 | " |
62 | 64 | ||
63 | KERNEL_DEVICETREE ??= " \ | 65 | KERNEL_DEVICETREE ??= " \ |
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 | |||
15 | 15 | ||
16 | RPI_KERNEL_DEVICETREE = " \ | 16 | RPI_KERNEL_DEVICETREE = " \ |
17 | broadcom/bcm2711-rpi-4-b.dtb \ | 17 | broadcom/bcm2711-rpi-4-b.dtb \ |
18 | broadcom/bcm2711-rpi-400.dtb \ | ||
19 | broadcom/bcm2711-rpi-cm4.dtb \ | ||
18 | " | 20 | " |
19 | 21 | ||
20 | SDIMG_KERNELIMAGE ?= "kernel8.img" | 22 | SDIMG_KERNELIMAGE ?= "kernel8.img" |