# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell
# scripts.

deviceinfo_format_version="0"
deviceinfo_name="AYN Odin 3"
deviceinfo_manufacturer="AYN"
deviceinfo_codename="ayn-odin-3"
deviceinfo_year="2025"
deviceinfo_dtb="qcom/cq8725s-ayn-odin3"
deviceinfo_arch="aarch64"

# Device related
deviceinfo_chassis="tablet"
deviceinfo_external_storage="true"
deviceinfo_drm="true"

# Bootloader related
deviceinfo_flash_method="fastboot-bootpart"
# This appears to be the best partition for ESP as it's exactly 512MiB.
# (TODO: support splitting ESP from pmOS_boot and use boot_a/boot_b?)
deviceinfo_flash_fastboot_partition_kernel="logdump"
deviceinfo_boot_filesystem="fat32"

# Required for devices using UFS as storage (instead of e.g. eMMC)
deviceinfo_rootfs_image_sector_size="4096"
