diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-02-16 10:46:40 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-02-16 20:53:08 +0100 |
commit | 9eee2833c34a2b421e3c27bd76ac2afa36c95636 (patch) | |
tree | 191c72e9b993615f2fc5e777d83b8a1f3fd019cf | |
parent | 8990caf8b7fee03bad2d7644e6b4d570c053041f (diff) | |
download | meta-raspberrypi-9eee2833c34a2b421e3c27bd76ac2afa36c95636.tar.gz |
raspberrypi3-64.conf: Specifiy rpi3-64bit dtbs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/machine/raspberrypi3-64.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index cdcd726..e7d9af2 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf | |||
@@ -9,6 +9,29 @@ MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" | |||
9 | require conf/machine/include/arm/arch-armv8.inc | 9 | require conf/machine/include/arm/arch-armv8.inc |
10 | include conf/machine/include/rpi-base.inc | 10 | include conf/machine/include/rpi-base.inc |
11 | 11 | ||
12 | KERNEL_DEVICETREE = " \ | ||
13 | broadcom/bcm2710-rpi-3-b.dtb \ | ||
14 | broadcom/bcm2837-rpi-3-b.dtb \ | ||
15 | \ | ||
16 | overlays/hifiberry-amp.dtbo \ | ||
17 | overlays/hifiberry-dac.dtbo \ | ||
18 | overlays/hifiberry-dacplus.dtbo \ | ||
19 | overlays/hifiberry-digi.dtbo \ | ||
20 | overlays/i2c-rtc.dtbo \ | ||
21 | overlays/iqaudio-dac.dtbo \ | ||
22 | overlays/iqaudio-dacplus.dtbo \ | ||
23 | overlays/lirc-rpi.dtbo \ | ||
24 | overlays/pitft22.dtbo \ | ||
25 | overlays/pitft28-resistive.dtbo \ | ||
26 | overlays/pps-gpio.dtbo \ | ||
27 | overlays/rpi-ft5406.dtbo \ | ||
28 | overlays/w1-gpio.dtbo \ | ||
29 | overlays/w1-gpio-pullup.dtbo \ | ||
30 | overlays/pi3-disable-bt.dtbo \ | ||
31 | overlays/pi3-miniuart-bt.dtbo \ | ||
32 | overlays/vc4-kms-v3d.dtbo \ | ||
33 | " | ||
34 | |||
12 | SERIAL_CONSOLE = "115200 ttyS0" | 35 | SERIAL_CONSOLE = "115200 ttyS0" |
13 | VC4_CMA_SIZE ?= "cma-256" | 36 | VC4_CMA_SIZE ?= "cma-256" |
14 | 37 | ||