mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 03:58:58 +00:00
* Update linux-bb.org to 6.1.69 for both 32 and 64 bit platforms * Update u-boot-bb.org to the latest 2023.04 based on SDK 9.1 release * Update DTB/DTBO lists to include latest renames and additions Note: all changes are in a single commit for bisectability Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBone machine
|
|
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
|
|
|
|
KERNEL_DEVICETREE_PREFIX = "am335x-bone"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
am335x-bone.dtb \
|
|
am335x-boneblack.dtb \
|
|
am335x-boneblack-pps.dtb \
|
|
am335x-boneblack-uboot.dtb \
|
|
am335x-boneblack-uboot-univ.dtb \
|
|
am335x-boneblack-wireless.dtb \
|
|
am335x-boneblue.dtb \
|
|
am335x-bonegreen.dtb \
|
|
am335x-bonegreen-gateway.dtb \
|
|
am335x-bonegreen-wireless.dtb \
|
|
am335x-bonegreen-wireless-uboot-univ.dtb \
|
|
am335x-pocketbeagle.dtb \
|
|
am335x-sancloud-bbe.dtb \
|
|
am335x-sancloud-bbe-extended-wifi.dtb \
|
|
am335x-sancloud-bbe-lite.dtb \
|
|
"
|
|
|
|
# Extra DT overlays/capes
|
|
KERNEL_DEVICETREE += " \
|
|
AM335X-PRU-UIO-00A0.dtbo \
|
|
BB-ADC-00A0.dtbo \
|
|
BB-BBBW-WL1835-00A0.dtbo \
|
|
BB-BBGG-WL1835-00A0.dtbo \
|
|
BB-BBGW-WL1835-00A0.dtbo \
|
|
BB-BONE-4D5R-01-00A1.dtbo \
|
|
BB-BONE-eMMC1-01-00A0.dtbo \
|
|
BB-BONE-LCD4-01-00A1.dtbo \
|
|
BB-BONE-NH7C-01-A0.dtbo \
|
|
BB-CAPE-DISP-CT4-00A0.dtbo \
|
|
BB-HDMI-TDA998x-00A0.dtbo \
|
|
BB-I2C1-MCP7940X-00A0.dtbo \
|
|
BB-I2C1-RTC-DS3231.dtbo \
|
|
BB-I2C1-RTC-PCF8563.dtbo \
|
|
BB-I2C2-BME680.dtbo \
|
|
BB-I2C2-MPU6050.dtbo \
|
|
BB-LCD-ADAFRUIT-24-SPI1-00A0.dtbo \
|
|
BB-NHDMI-TDA998x-00A0.dtbo \
|
|
BBORG_COMMS-00A2.dtbo \
|
|
BBORG_FAN-A000.dtbo \
|
|
BBORG_RELAY-00A2.dtbo \
|
|
BB-SPIDEV0-00A0.dtbo \
|
|
BB-SPIDEV1-00A0.dtbo \
|
|
BB-UART1-00A0.dtbo \
|
|
BB-UART2-00A0.dtbo \
|
|
BB-UART4-00A0.dtbo \
|
|
BB-W1-P9.12-00A0.dtbo \
|
|
BONE-ADC.dtbo \
|
|
M-BB-BBG-00A0.dtbo \
|
|
M-BB-BBGG-00A0.dtbo \
|
|
PB-MIKROBUS-0.dtbo \
|
|
PB-MIKROBUS-1.dtbo \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
MACHINE_FEATURES += "screen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS0"
|