de6de0bdde
A quirky device, the last Mi Ax phone in the line. - Powered by Snapdragon 665 (SM6125, codenamed Trinket), 8 cores, 4 clocked a 2.0 GHz and 4 more clocked at 1.8 GHz. 4-6 GB of RAM, 64-128 GB of UFS storage, 720p 6.09" AMOLED display, a 48 Mpx quad-bayer camera (plus two more on the back and one on the front) and an under display fingerprint sensor which may be impossible to ever implement... *sigh* Mainline kernel as of now is pretty minimal (framebuffer display, USB networking). No UFS support (yet!).
34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Xiaomi Mi A3"
|
|
deviceinfo_manufacturer="Xiaomi"
|
|
deviceinfo_codename="xiaomi-laurel"
|
|
deviceinfo_year="2019"
|
|
deviceinfo_dtb="qcom/sm6125-xiaomi-laurel_sprout"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="handset"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="720"
|
|
deviceinfo_screen_height="1560"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_kernel_cmdline="clk_ignore_unused"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_flash_fastboot_partition_vbmeta="vbmeta"
|
|
deviceinfo_bootimg_qcdt="false"
|
|
deviceinfo_bootimg_mtk_mkimage="false"
|
|
deviceinfo_bootimg_dtb_second="false"
|
|
deviceinfo_append_dtb="true"
|
|
deviceinfo_flash_pagesize="4096"
|
|
deviceinfo_flash_offset_base="0x00000000"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x01000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x00000100"
|