.. | .. |
---|
60 | 60 | |
---|
61 | 61 | charge-animation { |
---|
62 | 62 | compatible = "rockchip,uboot-charge"; |
---|
| 63 | + rockchip,uboot-charge-on = <1>; |
---|
| 64 | + rockchip,uboot-low-power-voltage = <3500>; |
---|
63 | 65 | status = "okay"; |
---|
64 | 66 | }; |
---|
65 | 67 | |
---|
.. | .. |
---|
72 | 74 | status = "okay"; |
---|
73 | 75 | compatible = "gpio-leds"; |
---|
74 | 76 | |
---|
75 | | - red-led { |
---|
| 77 | + blue-led { |
---|
76 | 78 | gpios = <&gpio2 RK_PA1 GPIO_ACTIVE_LOW>; |
---|
77 | | - label = "redled"; |
---|
| 79 | + label = "battery_full"; |
---|
78 | 80 | default-state = "off"; |
---|
79 | | - linux,default-trigger = "default-off"; |
---|
| 81 | + linux,default-trigger = "battery-full"; |
---|
80 | 82 | }; |
---|
81 | 83 | |
---|
82 | 84 | green-led { |
---|
.. | .. |
---|
86 | 88 | linux,default-trigger = "default-off"; |
---|
87 | 89 | }; |
---|
88 | 90 | |
---|
89 | | - blue-led { |
---|
| 91 | + red-led { |
---|
90 | 92 | 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"; |
---|
94 | 96 | }; |
---|
95 | 97 | }; |
---|
96 | 98 | |
---|
.. | .. |
---|
161 | 163 | clock-names = "clk_wifi"; |
---|
162 | 164 | ref-clock-frequency = <24000000>; |
---|
163 | 165 | pinctrl-names = "default"; |
---|
164 | | - pinctrl-0 = <&wifi_wake_host>; |
---|
| 166 | + pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>; |
---|
165 | 167 | wifi_chip_type = "rtl8723ds"; |
---|
166 | 168 | WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_LOW>; |
---|
167 | 169 | status = "okay"; |
---|
.. | .. |
---|
404 | 406 | }; |
---|
405 | 407 | }; |
---|
406 | 408 | |
---|
| 409 | + wireless-bluetooth { |
---|
| 410 | + uart4_gpios: uart4-gpios { |
---|
| 411 | + rockchip,pins = <4 RK_PA7 RK_FUNC_GPIO &pcfg_pull_none>; |
---|
| 412 | + }; |
---|
| 413 | + }; |
---|
| 414 | + |
---|
407 | 415 | wireless-wlan { |
---|
408 | 416 | wifi_wake_host: wifi-wake-host { |
---|
409 | 417 | rockchip,pins = <0 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>; |
---|
.. | .. |
---|
444 | 452 | max-frequency = <110000000>; |
---|
445 | 453 | bus-width = <4>; |
---|
446 | 454 | cap-sd-highspeed; |
---|
447 | | - supports-sdio; |
---|
| 455 | + no-sd; |
---|
| 456 | + no-mmc; |
---|
448 | 457 | ignore-pm-notify; |
---|
449 | 458 | keep-power-in-suspend; |
---|
450 | 459 | non-removable; |
---|