| .. | .. |
|---|
| 16 | 16 | model = "Rockchip RK3566 EVB2 LP4X V10 Board"; |
|---|
| 17 | 17 | compatible = "rockchip,rk3566-evb2-lp4x-v10", "rockchip,rk3566"; |
|---|
| 18 | 18 | |
|---|
| 19 | | - rk_headset: rk-headset { |
|---|
| 20 | | - compatible = "rockchip_headset"; |
|---|
| 21 | | - headset_gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_LOW>; |
|---|
| 22 | | - pinctrl-names = "default"; |
|---|
| 23 | | - pinctrl-0 = <&hp_det>; |
|---|
| 24 | | - }; |
|---|
| 25 | | - |
|---|
| 26 | 19 | vcc_camera: vcc-camera-regulator { |
|---|
| 27 | 20 | compatible = "regulator-fixed"; |
|---|
| 28 | 21 | gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>; |
|---|
| .. | .. |
|---|
| 43 | 36 | gpio = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>; |
|---|
| 44 | 37 | startup-delay-us = <5000>; |
|---|
| 45 | 38 | vin-supply = <&dc_12v>; |
|---|
| 39 | + }; |
|---|
| 40 | +}; |
|---|
| 41 | + |
|---|
| 42 | +&bt_sound { |
|---|
| 43 | + status = "disabled"; |
|---|
| 44 | + simple-audio-card,cpu { |
|---|
| 45 | + sound-dai = <&i2s2_2ch>; |
|---|
| 46 | 46 | }; |
|---|
| 47 | 47 | }; |
|---|
| 48 | 48 | |
|---|
| .. | .. |
|---|
| 369 | 369 | }; |
|---|
| 370 | 370 | }; |
|---|
| 371 | 371 | |
|---|
| 372 | +&i2s2_2ch { |
|---|
| 373 | + pinctrl-0 = <&i2s2m0_sclktx &i2s2m0_lrcktx &i2s2m0_sdi &i2s2m0_sdo>; |
|---|
| 374 | + rockchip,bclk-fs = <32>; |
|---|
| 375 | + status = "disabled"; |
|---|
| 376 | +}; |
|---|
| 377 | + |
|---|
| 372 | 378 | &mdio1 { |
|---|
| 373 | 379 | rgmii_phy0: phy@0 { |
|---|
| 374 | 380 | compatible = "ethernet-phy-ieee802.3-c22"; |
|---|
| .. | .. |
|---|
| 439 | 445 | rockchip,pins = |
|---|
| 440 | 446 | /* camera power en */ |
|---|
| 441 | 447 | <0 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 442 | | - }; |
|---|
| 443 | | - }; |
|---|
| 444 | | - |
|---|
| 445 | | - headphone { |
|---|
| 446 | | - hp_det: hp-det { |
|---|
| 447 | | - rockchip,pins = <3 RK_PA1 RK_FUNC_GPIO &pcfg_pull_down>; |
|---|
| 448 | 448 | }; |
|---|
| 449 | 449 | }; |
|---|
| 450 | 450 | |
|---|
| .. | .. |
|---|
| 594 | 594 | WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>; |
|---|
| 595 | 595 | }; |
|---|
| 596 | 596 | |
|---|
| 597 | +&work_led { |
|---|
| 598 | + gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; |
|---|
| 599 | +}; |
|---|
| 597 | 600 | |
|---|
| 598 | 601 | &wireless_bluetooth { |
|---|
| 599 | 602 | compatible = "bluetooth-platdata"; |
|---|