diff options
-rw-r--r-- | conf/machine/include/rpi-base.inc | 1 | ||||
-rw-r--r-- | conf/machine/raspberrypi3-64.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index d76495a..b01c561 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -43,6 +43,7 @@ KERNEL_DEVICETREE ?= " \ | |||
43 | overlays/pi3-disable-bt.dtbo \ | 43 | overlays/pi3-disable-bt.dtbo \ |
44 | overlays/pi3-miniuart-bt.dtbo \ | 44 | overlays/pi3-miniuart-bt.dtbo \ |
45 | overlays/vc4-kms-v3d.dtbo \ | 45 | overlays/vc4-kms-v3d.dtbo \ |
46 | overlays/at86rf233.dtbo \ | ||
46 | " | 47 | " |
47 | 48 | ||
48 | # By default: | 49 | # By default: |
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 5163320..fa960fd 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf | |||
@@ -38,6 +38,7 @@ KERNEL_DEVICETREE = " \ | |||
38 | overlays/pi3-miniuart-bt.dtbo \ | 38 | overlays/pi3-miniuart-bt.dtbo \ |
39 | overlays/vc4-kms-v3d.dtbo \ | 39 | overlays/vc4-kms-v3d.dtbo \ |
40 | overlays/vc4-fkms-v3d.dtbo \ | 40 | overlays/vc4-fkms-v3d.dtbo \ |
41 | overlays/at86rf233.dtbo \ | ||
41 | " | 42 | " |
42 | 43 | ||
43 | SERIAL_CONSOLE ?= "115200 ttyS0" | 44 | SERIAL_CONSOLE ?= "115200 ttyS0" |