summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Gerasimov <tossel@gmail.com>2018-06-02 13:13:24 +0200
committerAndrei Gherzan <andrei@gherzan.com>2018-06-04 16:00:39 +0100
commit2ad9aa01e7f342ca31831b0f57f4bb6e74d891c6 (patch)
tree1b2d92717869d242517b150925d2a3e3e92f7551
parentde597abc3b9447611951469ad1ad18d5068ff074 (diff)
downloadmeta-raspberrypi-2ad9aa01e7f342ca31831b0f57f4bb6e74d891c6.tar.gz
rpi-base.inc: install at86rf233 overlay
Controlled with ENABLE_AT86RF variable Signed-off-by: Anton Gerasimov <tossel@gmail.com>
-rw-r--r--conf/machine/include/rpi-base.inc1
-rw-r--r--conf/machine/raspberrypi3-64.conf1
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
43SERIAL_CONSOLE ?= "115200 ttyS0" 44SERIAL_CONSOLE ?= "115200 ttyS0"