Files
meta-pinephone-diya/conf/machine/pinephone.conf
Dany LE e30e31fc49 Major update:
- Switch to Sytemd
- Switch to linux 6.12lts
- Remove modem power DTS node as it is not compatible with eg25-manager
2025-11-26 17:57:53 +01:00

20 lines
664 B
Plaintext

#@TYPE: Machine
#@NAME: pinephone
#@DESCRIPTION: Machine configuration for the pinephone
require conf/machine/include/sun50i_a64.inc
KERNEL_DEVICETREE = "allwinner/sun50i-a64-pinephone-1.0.dtb \
allwinner/sun50i-a64-pinephone-1.1.dtb \
allwinner/sun50i-a64-pinephone-1.2.dtb \
allwinner/sun50i-a64-pinephone-1.2b.dtb \
"
SPL_BINARY = "u-boot-sunxi-with-spl.bin"
# as for now neither graphics nor audio is supported
MACHINE_FEATURES:remove = "x11"
MACHINE_FEATURES:append = "apm touchscreen keyboard rtc serial screen usbgadget usbhost pic phone vfat bluetooth wifi"
MACHINE_EXTRA_RRECOMMENDS = "pinephone-firmware"
SERIAL_CONSOLES = "115200;ttyS0"