9353bca73f
* Created seperate DTB for the devkit named sun50i-a64-dontbeevil.dts so it can easily be edited and the diff remains readable in gitlab * Added patch to build the new dtb * Added the ST LIS3MDL to the new dtb (Magnetometer) * Added the SensorTek STK3335 to the new dtb (Proximity and ambient light sensor) * InvenSense MPU-6050 to the new dtb (Accelerometer and gyroscope) * Added CSI bus and OV5640 camera Remaining issues: * The STK3310 module doesn't load automatically * Camera doesn't want to capture but does show up as /dev/video0 [ci:skip-build]: doesn't finish in time
26 lines
828 B
Text
26 lines
828 B
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="PINE64 PinePhone Don't be evil devkit"
|
|
deviceinfo_manufacturer="PINE64"
|
|
deviceinfo_codename="pine-dontbeevil"
|
|
deviceinfo_date=""
|
|
deviceinfo_dtb="allwinner/sun50i-a64-dontbeevil"
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="720"
|
|
deviceinfo_screen_height="1440"
|
|
deviceinfo_dev_touchscreen=""
|
|
deviceinfo_dev_touchscreen_calibration=""
|
|
deviceinfo_dev_keyboard=""
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_generate_legacy_uboot_initfs="true"
|
|
deviceinfo_sd_embed_firmware="u-boot/pine64-lts/u-boot-sunxi-with-spl.bin:8"
|
|
|