| .. | .. |
|---|
| 81 | 81 | status = "disabled"; |
|---|
| 82 | 82 | compatible = "simple-audio-card"; |
|---|
| 83 | 83 | simple-audio-card,name = "rockchip,spdif-tx-sound"; |
|---|
| 84 | + simple-audio-card,mclk-fs = <128>; |
|---|
| 84 | 85 | simple-audio-card,cpu { |
|---|
| 85 | 86 | sound-dai = <&spdif_tx>; |
|---|
| 86 | 87 | }; |
|---|
| .. | .. |
|---|
| 166 | 167 | clock-names = "clk_wifi"; |
|---|
| 167 | 168 | ref-clock-frequency = <24000000>; |
|---|
| 168 | 169 | pinctrl-names = "default"; |
|---|
| 169 | | - pinctrl-0 = <&wifi_wake_host>; |
|---|
| 170 | + pinctrl-0 = <&wifi_wake_host>, <&rtc_32k>; |
|---|
| 170 | 171 | wifi_chip_type = "rtl8723ds"; |
|---|
| 171 | 172 | WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_LOW>; |
|---|
| 172 | 173 | status = "okay"; |
|---|
| .. | .. |
|---|
| 224 | 225 | }; |
|---|
| 225 | 226 | }; |
|---|
| 226 | 227 | |
|---|
| 228 | + wireless-bluetooth { |
|---|
| 229 | + uart4_gpios: uart4-gpios { |
|---|
| 230 | + rockchip,pins = <4 RK_PA7 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 231 | + }; |
|---|
| 232 | + }; |
|---|
| 233 | + |
|---|
| 227 | 234 | wireless-wlan { |
|---|
| 228 | 235 | wifi_wake_host: wifi-wake-host { |
|---|
| 229 | 236 | rockchip,pins = <0 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>; |
|---|
| .. | .. |
|---|
| 262 | 269 | max-frequency = <110000000>; |
|---|
| 263 | 270 | bus-width = <4>; |
|---|
| 264 | 271 | cap-sd-highspeed; |
|---|
| 265 | | - supports-sdio; |
|---|
| 272 | + no-sd; |
|---|
| 273 | + no-mmc; |
|---|
| 266 | 274 | ignore-pm-notify; |
|---|
| 267 | 275 | keep-power-in-suspend; |
|---|
| 268 | 276 | non-removable; |
|---|