| .. | .. |
|---|
| 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 | }; |
|---|
| .. | .. |
|---|
| 263 | 270 | }; |
|---|
| 264 | 271 | |
|---|
| 265 | 272 | &i2s1_8ch { |
|---|
| 273 | + status = "disabled"; |
|---|
| 274 | +}; |
|---|
| 275 | + |
|---|
| 276 | +&i2s2_2ch { |
|---|
| 277 | + pinctrl-0 = <&i2s2m0_sclktx &i2s2m0_lrcktx &i2s2m0_sdi &i2s2m0_sdo>; |
|---|
| 278 | + rockchip,bclk-fs = <32>; |
|---|
| 266 | 279 | status = "disabled"; |
|---|
| 267 | 280 | }; |
|---|
| 268 | 281 | |
|---|
| .. | .. |
|---|
| 493 | 506 | WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>; |
|---|
| 494 | 507 | }; |
|---|
| 495 | 508 | |
|---|
| 509 | +&work_led { |
|---|
| 510 | + gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>; |
|---|
| 511 | +}; |
|---|