distribution/projects/Amlogic/devices/S922X/device.config

24 lines
637 B
Text
Raw Normal View History

2023-04-02 20:16:01 +00:00
# Device definition file for the Hardkernel - Odroid Go Ultra
2023-03-27 05:47:05 +00:00
# Device Features
2023-04-02 00:27:13 +00:00
DEVICE_HAS_FAN=false
2023-03-27 05:47:05 +00:00
DEVICE_VOLUMECTL=true
2023-04-02 00:27:13 +00:00
DEVICE_AUDIO_MIXER="Master"
DEVICE_POWER_LED=false
2023-03-27 05:47:05 +00:00
DEVICE_PLAYBACK_PATH_SPK="SPK"
DEVICE_PLAYBACK_PATH_HP="HP"
DEVICE_BRIGHTNESS="128"
2023-04-02 00:27:13 +00:00
UI_SERVICE="weston.service"
2023-03-27 05:47:05 +00:00
# GPIOS
2023-04-02 20:16:01 +00:00
DEVICE_TEMP_SENSOR=("/sys/class/hwmon/hwmon0/temp1_input")
2023-03-30 15:19:43 +00:00
# FREQ Governors
2023-03-30 23:45:49 +00:00
CPU_FREQ=("/sys/devices/system/cpu/cpufreq/policy0" "/sys/devices/system/cpu/cpufreq/policy2")
2023-04-02 04:29:24 +00:00
GPU_FREQ=("/sys/devices/platform/soc/ffe40000.gpu/devfreq/ffe40000.gpu")
2023-03-30 15:19:43 +00:00
2023-04-02 00:27:13 +00:00
# Volume Keys
DEVICE_KEY_VOLUMEDOWN=114
DEVICE_KEY_VOLUMEUP=115
DEVICE_VOL_MODIFIER="BTN_MODE"