summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/beagleplay.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-04-07 20:36:35 +0000
committerRyan Eatmon <reatmon@ti.com>2023-04-10 11:21:14 -0500
commit381b997f95f1088fe5171b9d2e4cc25ab13df964 (patch)
tree90c9330d49ec0a9859f1d46b00ddf709c3d835cd /meta-ti-bsp/conf/machine/beagleplay.conf
parentef63c5296056b426c05b31fd55a264eaa89bf138 (diff)
downloadmeta-ti-381b997f95f1088fe5171b9d2e4cc25ab13df964.tar.gz
machine: beagleplay: add new BeaglePlay platform
* Add configs for BeaglePlay Cortex-A53 and Cortex-R5F cores (am62xx SoC family) * Uses corresponding linux-bb.org and u-boot-bb.org recipes * U-boot for now uses a separate branch for BeaglePlay Cc: Robert Nelson <robertcnelson@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beagleplay.conf')
-rw-r--r--meta-ti-bsp/conf/machine/beagleplay.conf70
1 files changed, 70 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf
new file mode 100644
index 00000000..e8d25cd9
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/beagleplay.conf
@@ -0,0 +1,70 @@
1#@TYPE: Machine
2#@NAME: BeaglePlay (A53)
3#@DESCRIPTION: Machine configuration for the BeaglePlay board (A53 core)
4
5require conf/machine/include/k3.inc
6SOC_FAMILY:append = ":am62xx"
7
8MACHINE_FEATURES += "screen gpu"
9
10SERIAL_CONSOLES = "115200;ttyS2"
11SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
12
13PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
14
15TFA_BOARD = "lite"
16TFA_K3_SYSTEM_SUSPEND = "1"
17
18OPTEEMACHINE = "k3-am62x"
19
20UBOOT_MACHINE = "am62x_evm_a53_defconfig"
21
22PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
23PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org"
24PREFERRED_PROVIDER_u-boot = "u-boot-bb.org"
25
26KERNEL_DEVICETREE = " \
27ti/k3-am625-beagleplay.dtb \
28ti/k3-am625-sk-csi2-ov5640.dtbo \
29ti/k3-am625-sk-csi2-tevi-ov5640.dtbo \
30ti/k3-am625-sk.dtb \
31ti/k3-am625-sk-ecap-capture.dtbo \
32ti/k3-am625-skeleton.dtb \
33ti/k3-am625-sk-hdmi-audio.dtbo \
34ti/k3-am625-sk-lpmdemo.dtb \
35ti/k3-am625-sk-mcan.dtbo \
36ti/k3-am625-sk-oldi-panel.dtbo \
37ti/k3-am625-sk-qspi-flash.dtbo \
38ti/k3-am625-sk-rpi-hdr-pwm.dtbo \
39ti/k3-am625-sk-rpi-hdr-spi.dtbo \
40ti/overlays/BBAI64-CSI0-imx219.dtbo \
41ti/overlays/BBAI64-CSI1-imx219.dtbo \
42ti/overlays/BBAI64-DSI-RPi-7inch-panel.dtbo \
43ti/overlays/BBAI64-P8_37-ehrpwm5_a.dtbo \
44ti/overlays/BBAI64-P9_25-ehrpwm4_b.dtbo \
45ti/overlays/BB-I2C2-MPU6050.dtbo \
46ti/overlays/BBORG_LOAD-00A2.dtbo \
47ti/overlays/BBORG_RELAY-00A2.dtbo \
48ti/overlays/BBORG_SERVO-00A2.dtbo \
49ti/overlays/BONE-FAN.dtbo \
50ti/overlays/BONE-I2C1.dtbo \
51ti/overlays/BONE-I2C2.dtbo \
52ti/overlays/BONE-I2C3.dtbo \
53ti/overlays/BONE-LED_P8_03.dtbo \
54ti/overlays/BONE-LED_P9_11.dtbo \
55ti/overlays/BONE-PWM0.dtbo \
56ti/overlays/BONE-PWM1.dtbo \
57ti/overlays/BONE-PWM2.dtbo \
58ti/overlays/BONE-SPI0_0.dtbo \
59ti/overlays/BONE-SPI0_1.dtbo \
60ti/overlays/BONE-SPI1_0.dtbo \
61ti/overlays/BONE-UART1.dtbo \
62ti/overlays/BONE-USB0-host.dtbo \
63ti/overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo \
64ti/overlays/k3-am625-beagleplay-csi2-ov5640.dtbo \
65ti/overlays/k3-am625-beagleplay-lt-lcd185.dtbo \
66ti/overlays/robotics-cape.dtbo \
67"
68
69MACHINE_GUI_CLASS = "bigscreen"
70MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree kernel-image-image"