| .. | .. |
|---|
| 15 | 15 | model = "Rockchip RK3568 EVB1 DDR4 V10 Board"; |
|---|
| 16 | 16 | compatible = "rockchip,rk3568-evb1-ddr4-v10", "rockchip,rk3568"; |
|---|
| 17 | 17 | |
|---|
| 18 | | - rk_headset: rk-headset { |
|---|
| 19 | | - compatible = "rockchip_headset"; |
|---|
| 20 | | - headset_gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>; |
|---|
| 21 | | - pinctrl-names = "default"; |
|---|
| 22 | | - pinctrl-0 = <&hp_det>; |
|---|
| 23 | | - }; |
|---|
| 24 | | - |
|---|
| 25 | 18 | vcc2v5_sys: vcc2v5-ddr { |
|---|
| 26 | 19 | compatible = "regulator-fixed"; |
|---|
| 27 | 20 | regulator-name = "vcc2v5-sys"; |
|---|
| .. | .. |
|---|
| 280 | 273 | clock-names = "xvclk"; |
|---|
| 281 | 274 | pinctrl-names = "default"; |
|---|
| 282 | 275 | pinctrl-0 = <&cif_clk>; |
|---|
| 276 | + power-domains = <&power RK3568_PD_VI>; |
|---|
| 283 | 277 | reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>; |
|---|
| 284 | 278 | pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>; |
|---|
| 285 | 279 | rockchip,grf = <&grf>; |
|---|
| 286 | | - power-domains = <&power RK3568_PD_VI>; |
|---|
| 287 | 280 | rockchip,camera-module-index = <0>; |
|---|
| 288 | 281 | rockchip,camera-module-facing = "back"; |
|---|
| 289 | 282 | rockchip,camera-module-name = "RK-CMK-8M-2-v1"; |
|---|
| .. | .. |
|---|
| 399 | 392 | }; |
|---|
| 400 | 393 | }; |
|---|
| 401 | 394 | |
|---|
| 395 | +&rk809_sound { |
|---|
| 396 | + hp-det-gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>; |
|---|
| 397 | +}; |
|---|
| 398 | + |
|---|
| 402 | 399 | &rkisp { |
|---|
| 403 | 400 | status = "okay"; |
|---|
| 404 | 401 | }; |
|---|
| .. | .. |
|---|
| 437 | 434 | |
|---|
| 438 | 435 | &sdmmc2 { |
|---|
| 439 | 436 | max-frequency = <150000000>; |
|---|
| 440 | | - supports-sdio; |
|---|
| 437 | + no-sd; |
|---|
| 438 | + no-mmc; |
|---|
| 441 | 439 | bus-width = <4>; |
|---|
| 442 | 440 | disable-wp; |
|---|
| 443 | 441 | cap-sd-highspeed; |
|---|