| .. | .. |
|---|
| 44 | 44 | }; |
|---|
| 45 | 45 | }; |
|---|
| 46 | 46 | |
|---|
| 47 | +&bt_sound { |
|---|
| 48 | + status = "disabled"; |
|---|
| 49 | + simple-audio-card,cpu { |
|---|
| 50 | + sound-dai = <&i2s2_2ch>; |
|---|
| 51 | + }; |
|---|
| 52 | +}; |
|---|
| 53 | + |
|---|
| 47 | 54 | &combphy1_usq { |
|---|
| 48 | 55 | status = "okay"; |
|---|
| 49 | 56 | }; |
|---|
| .. | .. |
|---|
| 266 | 273 | status = "disabled"; |
|---|
| 267 | 274 | }; |
|---|
| 268 | 275 | |
|---|
| 276 | +&i2s2_2ch { |
|---|
| 277 | + pinctrl-0 = <&i2s2m0_sclktx &i2s2m0_lrcktx &i2s2m0_sdi &i2s2m0_sdo>; |
|---|
| 278 | + rockchip,bclk-fs = <32>; |
|---|
| 279 | + status = "disabled"; |
|---|
| 280 | +}; |
|---|
| 281 | + |
|---|
| 269 | 282 | &i2s3_2ch { |
|---|
| 270 | 283 | status = "okay"; |
|---|
| 271 | 284 | pinctrl-names = "default"; |
|---|
| .. | .. |
|---|
| 420 | 433 | sound-dai = <&i2s3_2ch>; |
|---|
| 421 | 434 | }; |
|---|
| 422 | 435 | simple-audio-card,codec { |
|---|
| 423 | | - sound-dai = <&rk809_codec>; |
|---|
| 436 | + sound-dai = <&rk809_codec 0>; |
|---|
| 424 | 437 | }; |
|---|
| 425 | 438 | }; |
|---|
| 426 | 439 | |
|---|
| .. | .. |
|---|
| 439 | 452 | |
|---|
| 440 | 453 | &sdmmc1 { |
|---|
| 441 | 454 | max-frequency = <150000000>; |
|---|
| 442 | | - supports-sdio; |
|---|
| 455 | + no-sd; |
|---|
| 456 | + no-mmc; |
|---|
| 443 | 457 | bus-width = <4>; |
|---|
| 444 | 458 | disable-wp; |
|---|
| 445 | 459 | cap-sd-highspeed; |
|---|
| .. | .. |
|---|
| 491 | 505 | pinctrl-names = "default"; |
|---|
| 492 | 506 | pinctrl-0 = <&wifi_host_wake_irq>; |
|---|
| 493 | 507 | WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>; |
|---|
| 508 | + WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>; |
|---|
| 494 | 509 | }; |
|---|
| 495 | 510 | |
|---|
| 511 | +&work_led { |
|---|
| 512 | + gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>; |
|---|
| 513 | +}; |
|---|