mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

This commit add basic support for Photonicat Board. Flash into lede: Run first: dd if=openwrt-xxx.img of=/dev/mmcblk0 Then brush the img file to sdcard and insert it, the system will boot from above. Note: Since rockchip does not release any code to power up their device, disabled emmc for now until we can remove rkbin.
29 lines
777 B
Plaintext
29 lines
777 B
Plaintext
[Hardware]
|
|
GPIOModemPowerChip=gpiochip4
|
|
GPIOModemPowerLine=18
|
|
GPIOModemPowerActiveLow=0
|
|
GPIOModemRFKillChip=gpiochip4
|
|
GPIOModemRFKillLine=20
|
|
GPIOModemRFKillActiveLow=1
|
|
GPIOModemResetChip=gpiochip0
|
|
GPIOModemResetLine=8
|
|
GPIOModemResetActiveLow=0
|
|
|
|
[PowerManager]
|
|
SerialDevice=/dev/ttyS0
|
|
SerialBaud=115200
|
|
AutoShutdownVoltageGeneral=0
|
|
AutoShutdownVoltageLTE=0
|
|
AutoShutdownVoltage5G=3600
|
|
LEDHighVoltage=0
|
|
LEDMediumVoltage=0
|
|
LEDLowVoltage=0
|
|
LEDWorkLowVoltage=0
|
|
StartupVoltage=0
|
|
ChargerLimitVoltage=0
|
|
ChargerFastVoltage=0
|
|
BatteryFullThreshold=4100
|
|
BatteryDischargeTableNormal=4100;4040;3980;3920;3870;3820;3790;3770;3740;3680;3450
|
|
BatteryDischargeTable5G=4100;4040;3980;3920;3870;3820;3790;3770;3740;3680;3600
|
|
BatteryChargeTable=4100;4060;4020;3980;3940;3900;3860;3820;3780;3740;3700
|