blob: ebc9f382cfa8ba21527a0a8a0e8298b8e33f7bf4 [file] [log] [blame]
Brad Bishop3a5fbf52017-12-04 02:17:07 -05001#@TYPE: Machine
2#@NAME: RaspberryPi 3 Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 64 bits mode
4
5MACHINEOVERRIDES = "raspberrypi3:${MACHINE}"
6
7MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
8
Brad Bishop3a5fbf52017-12-04 02:17:07 -05009require conf/machine/include/arm/arch-armv8.inc
10include conf/machine/include/rpi-base.inc
11
12KERNEL_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 \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050026 overlays/pitft35-resistive.dtbo \
Brad Bishop3a5fbf52017-12-04 02:17:07 -050027 overlays/pps-gpio.dtbo \
28 overlays/rpi-ft5406.dtbo \
29 overlays/w1-gpio.dtbo \
30 overlays/w1-gpio-pullup.dtbo \
31 overlays/pi3-disable-bt.dtbo \
32 overlays/pi3-miniuart-bt.dtbo \
33 overlays/vc4-kms-v3d.dtbo \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050034 overlays/vc4-fkms-v3d.dtbo \
Brad Bishop3a5fbf52017-12-04 02:17:07 -050035 "
36
37SERIAL_CONSOLE ?= "115200 ttyS0"
38VC4_CMA_SIZE ?= "cma-256"
39
40UBOOT_MACHINE = "rpi_3_config"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050041MACHINE_FEATURES_append = " vc4graphics"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050042
43# When u-boot is enabled we need to use the "Image" format and the "booti"
44# command to load the kernel
45KERNEL_IMAGETYPE_UBOOT ?= "Image"
46KERNEL_BOOTCMD ?= "booti"