distribution/projects/Rockchip/devices/RG552/device.config

40 lines
1,012 B
Text
Raw Normal View History

2022-02-05 14:23:32 +00:00
# Device definition file for the Anbernic RG552
# Device Features
DEVICE_HAS_FAN=true
DEVICE_FAKE_JACKSENSE=false
DEVICE_VOLUMECTL=true
2022-11-14 01:24:03 +00:00
DEVICE_AUDIO_MIXER="DAC"
DEVICE_PLAYBACK_PATH_SPK="SPK"
DEVICE_PLAYBACK_PATH_HP="HP"
2022-09-01 20:42:06 +00:00
DEVICE_VOLUME_DEV="/dev/input/by-path/platform-volume-keys-event"
DEVICE_BRIGHTNESS="128"
SPLASH_LOADER="plymouth"
UI_SERVICE="weston.service"
2022-02-05 14:23:32 +00:00
# Kernel Modules
DEVICE_INTERNAL_WIFI=true
DEVICE_WIFI_MODULE="8188fu"
2022-02-05 14:23:32 +00:00
# GPIOS
DEVICE_WIFI="113"
DEVICE_PWM_MOTOR="pwmchip3"
DEVICE_PWM_FAN="/sys/class/hwmon/hwmon1/pwm1"
DEVICE_TEMP_SENSOR="/sys/devices/virtual/thermal/thermal_zone*/temp"
2022-02-05 14:23:32 +00:00
#DEVICE_JACK=""
# FREQ Governors
CPU_FREQ=("/sys/devices/system/cpu/cpufreq/policy0" "/sys/devices/system/cpu/cpufreq/policy4")
GPU_FREQ="/sys/devices/platform/ff9a0000.gpu/devfreq/ff9a0000.gpu"
DMC_FREQ="/sys/devices/platform/dmc/devfreq/dmc"
2022-02-05 14:23:32 +00:00
# Affinity
SLOW_CORES="taskset -c 0-3"
FAST_CORES="taskset -c 4-5"
2022-02-05 14:23:32 +00:00
# Volume Keys
#DEVICE_KEY_VOLUMEDOWN=
#DEVICE_KEY_VOLUMEUP=
DEVICE_VOL_MODIFIER="BTN_TR2"
2022-02-05 14:23:32 +00:00