forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/rk3308-dot-rk816-v10-aarch32.dts
....@@ -60,6 +60,8 @@
6060
6161 charge-animation {
6262 compatible = "rockchip,uboot-charge";
63
+ rockchip,uboot-charge-on = <1>;
64
+ rockchip,uboot-low-power-voltage = <3500>;
6365 status = "okay";
6466 };
6567
....@@ -72,11 +74,11 @@
7274 status = "okay";
7375 compatible = "gpio-leds";
7476
75
- red-led {
77
+ blue-led {
7678 gpios = <&gpio2 RK_PA1 GPIO_ACTIVE_LOW>;
77
- label = "redled";
79
+ label = "battery_full";
7880 default-state = "off";
79
- linux,default-trigger = "default-off";
81
+ linux,default-trigger = "battery-full";
8082 };
8183
8284 green-led {
....@@ -86,11 +88,11 @@
8688 linux,default-trigger = "default-off";
8789 };
8890
89
- blue-led {
91
+ red-led {
9092 gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_LOW>;
91
- label = "blueled";
92
- default-state = "on";
93
- linux,default-trigger = "default-on";
93
+ label = "battery_charging";
94
+ default-state = "off";
95
+ linux,default-trigger = "battery-charging";
9496 };
9597 };
9698
....@@ -161,7 +163,7 @@
161163 clock-names = "clk_wifi";
162164 ref-clock-frequency = <24000000>;
163165 pinctrl-names = "default";
164
- pinctrl-0 = <&wifi_wake_host>;
166
+ pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>;
165167 wifi_chip_type = "rtl8723ds";
166168 WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_LOW>;
167169 status = "okay";
....@@ -404,6 +406,12 @@
404406 };
405407 };
406408
409
+ wireless-bluetooth {
410
+ uart4_gpios: uart4-gpios {
411
+ rockchip,pins = <4 RK_PA7 RK_FUNC_GPIO &pcfg_pull_none>;
412
+ };
413
+ };
414
+
407415 wireless-wlan {
408416 wifi_wake_host: wifi-wake-host {
409417 rockchip,pins = <0 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>;
....@@ -444,7 +452,8 @@
444452 max-frequency = <110000000>;
445453 bus-width = <4>;
446454 cap-sd-highspeed;
447
- supports-sdio;
455
+ no-sd;
456
+ no-mmc;
448457 ignore-pm-notify;
449458 keep-power-in-suspend;
450459 non-removable;