52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
|
|
*
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "slpad_rk3588.dtsi"
|
|
#include "rk3588-android.dtsi"
|
|
|
|
/ {
|
|
model = "SLPad RK3588 v1.2";
|
|
compatible = "rockchip,rk3588-evb1-lp4-v10", "rockchip,rk3588";
|
|
|
|
rpdzkj:rpdzkj_config {
|
|
compatible = "rp_config";
|
|
user_version = "rpdzkj";
|
|
system_rotate = "90";
|
|
back_camera_rotate = "0";
|
|
csi_camera_rotate = "0"; //all csi camera rotation //0 90 180 270 //no effect
|
|
csi_camera_facing = "0"; //0:auto 1:all front 2:all back //no effect
|
|
usb_camera_rotate = "0"; //all usb camera rotation //0 90 180 270
|
|
usb_camera_facing = "0"; //0:auto 1:all front 2:all back
|
|
lcd_density = "280";
|
|
language = "zh-CN"; //zh-CN //en-US
|
|
time_zone = "Asia/Shanghai"; //Asia/Shanghai = +8 //Europe/London = +1 //Africa/Casablanca = +0;
|
|
not_navigation_bar = "false";
|
|
not_status_bar = "false";
|
|
default_launcher = "true";
|
|
has_root = "true";
|
|
usb_not_permission = "true";
|
|
gps_use = "false";
|
|
gps_serial_port = "/dev/ttyS4";
|
|
primary_device = "DSI";
|
|
extend_device = "DP";
|
|
extend_rotate = "0";//0 0//1 90 //2 180 //3 270
|
|
rotation_efull = "false";
|
|
extend_rotate_2 = "0";//0 0//1 90 //2 180 //3 270
|
|
rotation_efull_2 = "true";
|
|
extend_rotate_3 = "0";//0 0//1 90 //2 180 //3 270
|
|
rotation_efull_3 = "true";
|
|
home_apk = "null";
|
|
status = "okay";
|
|
};
|
|
|
|
rp_power{
|
|
status = "okay";
|
|
compatible = "rp_power";
|
|
rp_not_deep_sleep = <0>;
|
|
};
|
|
}; |