2018-04-22 21:12:48 +00:00
|
|
|
# Reference: <https://postmarketos.org/deviceinfo>
|
|
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
|
|
|
|
deviceinfo_format_version="0"
|
|
|
|
deviceinfo_name="Motorola Moto G4 Play"
|
|
|
|
deviceinfo_manufacturer="Motorola"
|
2018-12-25 19:25:32 +00:00
|
|
|
deviceinfo_codename="motorola-harpia"
|
2020-03-07 16:10:22 +00:00
|
|
|
deviceinfo_year="2016"
|
2020-02-04 11:41:38 +00:00
|
|
|
deviceinfo_dtb_mainline="qcom/msm8916-motorola-harpia"
|
|
|
|
deviceinfo_dtb_mainline_modem="qcom/msm8916-motorola-harpia-modem"
|
2019-10-13 11:00:28 +00:00
|
|
|
deviceinfo_append_dtb="true"
|
2018-04-22 21:12:48 +00:00
|
|
|
deviceinfo_modules_initfs=""
|
2019-10-13 11:00:28 +00:00
|
|
|
deviceinfo_arch="aarch64"
|
2018-04-22 21:12:48 +00:00
|
|
|
|
|
|
|
# Device related
|
|
|
|
deviceinfo_keyboard="false"
|
|
|
|
deviceinfo_external_storage="true"
|
|
|
|
deviceinfo_screen_width="720"
|
|
|
|
deviceinfo_screen_height="1280"
|
2019-10-13 11:00:28 +00:00
|
|
|
deviceinfo_dev_touchscreen="/dev/input/event3"
|
2018-04-22 21:12:48 +00:00
|
|
|
|
2019-10-13 11:00:28 +00:00
|
|
|
# MSM DRM cannot take over the framebuffer from the bootloader at the moment
|
|
|
|
deviceinfo_no_framebuffer="true"
|
|
|
|
|
2018-04-22 21:12:48 +00:00
|
|
|
# Bootloader related
|
|
|
|
deviceinfo_flash_method="fastboot"
|
2019-10-13 11:00:28 +00:00
|
|
|
deviceinfo_kernel_cmdline="earlycon=msm_serial_dm,0x78af000 console=ttyMSM0,115200,n8 PMOS_NO_OUTPUT_REDIRECT"
|
2018-04-22 21:12:48 +00:00
|
|
|
deviceinfo_generate_bootimg="true"
|
|
|
|
deviceinfo_flash_offset_base="0x80000000"
|
2019-10-13 11:00:28 +00:00
|
|
|
deviceinfo_flash_offset_kernel="0x00080000"
|
|
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
2018-04-22 21:12:48 +00:00
|
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
2019-10-13 11:00:28 +00:00
|
|
|
deviceinfo_flash_offset_tags="0x01e00000"
|
2018-04-22 21:12:48 +00:00
|
|
|
deviceinfo_flash_pagesize="2048"
|
2019-10-13 11:00:28 +00:00
|
|
|
deviceinfo_flash_sparse="true"
|