rk3568-evb1-v10.dts 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
  4. *
  5. */
  6. /dts-v1/;
  7. #include <dt-bindings/gpio/gpio.h>
  8. #include <dt-bindings/leds/common.h>
  9. #include <dt-bindings/pinctrl/rockchip.h>
  10. #include <dt-bindings/soc/rockchip,vop2.h>
  11. #include "rk3568.dtsi"
  12. / {
  13. model = "Rockchip RK3568 EVB1 DDR4 V10 Board";
  14. compatible = "rockchip,rk3568-evb1-v10", "rockchip,rk3568";
  15. aliases {
  16. ethernet0 = &gmac0;
  17. ethernet1 = &gmac1;
  18. mmc0 = &sdmmc0;
  19. mmc1 = &sdhci;
  20. };
  21. chosen: chosen {
  22. stdout-path = "serial2:1500000n8";
  23. };
  24. dc_12v: dc-12v {
  25. compatible = "regulator-fixed";
  26. regulator-name = "dc_12v";
  27. regulator-always-on;
  28. regulator-boot-on;
  29. regulator-min-microvolt = <12000000>;
  30. regulator-max-microvolt = <12000000>;
  31. };
  32. hdmi-con {
  33. compatible = "hdmi-connector";
  34. type = "a";
  35. port {
  36. hdmi_con_in: endpoint {
  37. remote-endpoint = <&hdmi_out_con>;
  38. };
  39. };
  40. };
  41. leds {
  42. compatible = "gpio-leds";
  43. led_work: led-0 {
  44. gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>;
  45. function = LED_FUNCTION_HEARTBEAT;
  46. color = <LED_COLOR_ID_BLUE>;
  47. linux,default-trigger = "heartbeat";
  48. pinctrl-names = "default";
  49. pinctrl-0 = <&led_work_en>;
  50. };
  51. };
  52. rk809-sound {
  53. compatible = "simple-audio-card";
  54. simple-audio-card,format = "i2s";
  55. simple-audio-card,name = "Analog RK809";
  56. simple-audio-card,mclk-fs = <256>;
  57. simple-audio-card,cpu {
  58. sound-dai = <&i2s1_8ch>;
  59. };
  60. simple-audio-card,codec {
  61. sound-dai = <&rk809>;
  62. };
  63. };
  64. vcc3v3_sys: vcc3v3-sys {
  65. compatible = "regulator-fixed";
  66. regulator-name = "vcc3v3_sys";
  67. regulator-always-on;
  68. regulator-boot-on;
  69. regulator-min-microvolt = <3300000>;
  70. regulator-max-microvolt = <3300000>;
  71. vin-supply = <&dc_12v>;
  72. };
  73. vcc5v0_sys: vcc5v0-sys {
  74. compatible = "regulator-fixed";
  75. regulator-name = "vcc5v0_sys";
  76. regulator-always-on;
  77. regulator-boot-on;
  78. regulator-min-microvolt = <5000000>;
  79. regulator-max-microvolt = <5000000>;
  80. vin-supply = <&dc_12v>;
  81. };
  82. vcc5v0_usb: vcc5v0-usb {
  83. compatible = "regulator-fixed";
  84. regulator-name = "vcc5v0_usb";
  85. regulator-always-on;
  86. regulator-boot-on;
  87. regulator-min-microvolt = <5000000>;
  88. regulator-max-microvolt = <5000000>;
  89. vin-supply = <&dc_12v>;
  90. };
  91. vcc5v0_usb_host: vcc5v0-usb-host {
  92. compatible = "regulator-fixed";
  93. enable-active-high;
  94. gpio = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>;
  95. pinctrl-names = "default";
  96. pinctrl-0 = <&vcc5v0_usb_host_en>;
  97. regulator-name = "vcc5v0_usb_host";
  98. regulator-min-microvolt = <5000000>;
  99. regulator-max-microvolt = <5000000>;
  100. vin-supply = <&vcc5v0_usb>;
  101. };
  102. vcc5v0_usb_otg: vcc5v0-usb-otg {
  103. compatible = "regulator-fixed";
  104. enable-active-high;
  105. gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
  106. pinctrl-names = "default";
  107. pinctrl-0 = <&vcc5v0_usb_otg_en>;
  108. regulator-name = "vcc5v0_usb_otg";
  109. regulator-min-microvolt = <5000000>;
  110. regulator-max-microvolt = <5000000>;
  111. vin-supply = <&vcc5v0_usb>;
  112. };
  113. vcc3v3_lcd0_n: vcc3v3-lcd0-n {
  114. compatible = "regulator-fixed";
  115. regulator-name = "vcc3v3_lcd0_n";
  116. regulator-min-microvolt = <3300000>;
  117. regulator-max-microvolt = <3300000>;
  118. enable-active-high;
  119. gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
  120. vin-supply = <&vcc3v3_sys>;
  121. pinctrl-names = "default";
  122. pinctrl-0 = <&vcc3v3_lcd0_n_en>;
  123. regulator-state-mem {
  124. regulator-off-in-suspend;
  125. };
  126. };
  127. vcc3v3_lcd1_n: vcc3v3-lcd1-n {
  128. compatible = "regulator-fixed";
  129. regulator-name = "vcc3v3_lcd1_n";
  130. regulator-min-microvolt = <3300000>;
  131. regulator-max-microvolt = <3300000>;
  132. enable-active-high;
  133. gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
  134. vin-supply = <&vcc3v3_sys>;
  135. pinctrl-names = "default";
  136. pinctrl-0 = <&vcc3v3_lcd1_n_en>;
  137. regulator-state-mem {
  138. regulator-off-in-suspend;
  139. };
  140. };
  141. };
  142. &combphy0 {
  143. status = "okay";
  144. };
  145. &combphy1 {
  146. status = "okay";
  147. };
  148. &cpu0 {
  149. cpu-supply = <&vdd_cpu>;
  150. };
  151. &cpu1 {
  152. cpu-supply = <&vdd_cpu>;
  153. };
  154. &cpu2 {
  155. cpu-supply = <&vdd_cpu>;
  156. };
  157. &cpu3 {
  158. cpu-supply = <&vdd_cpu>;
  159. };
  160. &gmac0 {
  161. assigned-clocks = <&cru SCLK_GMAC0_RX_TX>, <&cru SCLK_GMAC0>;
  162. assigned-clock-parents = <&cru SCLK_GMAC0_RGMII_SPEED>;
  163. assigned-clock-rates = <0>, <125000000>;
  164. clock_in_out = "output";
  165. phy-handle = <&rgmii_phy0>;
  166. phy-mode = "rgmii-id";
  167. pinctrl-names = "default";
  168. pinctrl-0 = <&gmac0_miim
  169. &gmac0_tx_bus2
  170. &gmac0_rx_bus2
  171. &gmac0_rgmii_clk
  172. &gmac0_rgmii_bus>;
  173. status = "okay";
  174. };
  175. &gmac1 {
  176. assigned-clocks = <&cru SCLK_GMAC1_RX_TX>, <&cru SCLK_GMAC1>;
  177. assigned-clock-parents = <&cru SCLK_GMAC1_RGMII_SPEED>;
  178. assigned-clock-rates = <0>, <125000000>;
  179. clock_in_out = "output";
  180. phy-handle = <&rgmii_phy1>;
  181. phy-mode = "rgmii-id";
  182. pinctrl-names = "default";
  183. pinctrl-0 = <&gmac1m1_miim
  184. &gmac1m1_tx_bus2
  185. &gmac1m1_rx_bus2
  186. &gmac1m1_rgmii_clk
  187. &gmac1m1_rgmii_bus>;
  188. status = "okay";
  189. };
  190. &gpu {
  191. mali-supply = <&vdd_gpu>;
  192. status = "okay";
  193. };
  194. &hdmi {
  195. avdd-0v9-supply = <&vdda0v9_image>;
  196. avdd-1v8-supply = <&vcca1v8_image>;
  197. status = "okay";
  198. };
  199. &hdmi_in {
  200. hdmi_in_vp0: endpoint {
  201. remote-endpoint = <&vp0_out_hdmi>;
  202. };
  203. };
  204. &hdmi_out {
  205. hdmi_out_con: endpoint {
  206. remote-endpoint = <&hdmi_con_in>;
  207. };
  208. };
  209. &hdmi_sound {
  210. status = "okay";
  211. };
  212. &i2c0 {
  213. status = "okay";
  214. vdd_cpu: regulator@1c {
  215. compatible = "tcs,tcs4525";
  216. reg = <0x1c>;
  217. fcs,suspend-voltage-selector = <1>;
  218. regulator-name = "vdd_cpu";
  219. regulator-always-on;
  220. regulator-boot-on;
  221. regulator-min-microvolt = <800000>;
  222. regulator-max-microvolt = <1150000>;
  223. regulator-ramp-delay = <2300>;
  224. vin-supply = <&vcc5v0_sys>;
  225. regulator-state-mem {
  226. regulator-off-in-suspend;
  227. };
  228. };
  229. rk809: pmic@20 {
  230. compatible = "rockchip,rk809";
  231. reg = <0x20>;
  232. interrupt-parent = <&gpio0>;
  233. interrupts = <RK_PA3 IRQ_TYPE_LEVEL_LOW>;
  234. assigned-clocks = <&cru I2S1_MCLKOUT_TX>;
  235. assigned-clock-parents = <&cru CLK_I2S1_8CH_TX>;
  236. #clock-cells = <1>;
  237. clock-names = "mclk";
  238. clocks = <&cru I2S1_MCLKOUT_TX>;
  239. pinctrl-names = "default";
  240. pinctrl-0 = <&pmic_int>, <&i2s1m0_mclk>;
  241. rockchip,system-power-controller;
  242. #sound-dai-cells = <0>;
  243. vcc1-supply = <&vcc3v3_sys>;
  244. vcc2-supply = <&vcc3v3_sys>;
  245. vcc3-supply = <&vcc3v3_sys>;
  246. vcc4-supply = <&vcc3v3_sys>;
  247. vcc5-supply = <&vcc3v3_sys>;
  248. vcc6-supply = <&vcc3v3_sys>;
  249. vcc7-supply = <&vcc3v3_sys>;
  250. vcc8-supply = <&vcc3v3_sys>;
  251. vcc9-supply = <&vcc3v3_sys>;
  252. wakeup-source;
  253. regulators {
  254. vdd_logic: DCDC_REG1 {
  255. regulator-name = "vdd_logic";
  256. regulator-always-on;
  257. regulator-boot-on;
  258. regulator-init-microvolt = <900000>;
  259. regulator-initial-mode = <0x2>;
  260. regulator-min-microvolt = <500000>;
  261. regulator-max-microvolt = <1350000>;
  262. regulator-ramp-delay = <6001>;
  263. regulator-state-mem {
  264. regulator-off-in-suspend;
  265. };
  266. };
  267. vdd_gpu: DCDC_REG2 {
  268. regulator-name = "vdd_gpu";
  269. regulator-always-on;
  270. regulator-init-microvolt = <900000>;
  271. regulator-initial-mode = <0x2>;
  272. regulator-min-microvolt = <500000>;
  273. regulator-max-microvolt = <1350000>;
  274. regulator-ramp-delay = <6001>;
  275. regulator-state-mem {
  276. regulator-off-in-suspend;
  277. };
  278. };
  279. vcc_ddr: DCDC_REG3 {
  280. regulator-name = "vcc_ddr";
  281. regulator-always-on;
  282. regulator-boot-on;
  283. regulator-initial-mode = <0x2>;
  284. regulator-state-mem {
  285. regulator-on-in-suspend;
  286. };
  287. };
  288. vdd_npu: DCDC_REG4 {
  289. regulator-name = "vdd_npu";
  290. regulator-init-microvolt = <900000>;
  291. regulator-initial-mode = <0x2>;
  292. regulator-min-microvolt = <500000>;
  293. regulator-max-microvolt = <1350000>;
  294. regulator-ramp-delay = <6001>;
  295. regulator-state-mem {
  296. regulator-off-in-suspend;
  297. };
  298. };
  299. vcc_1v8: DCDC_REG5 {
  300. regulator-name = "vcc_1v8";
  301. regulator-always-on;
  302. regulator-boot-on;
  303. regulator-min-microvolt = <1800000>;
  304. regulator-max-microvolt = <1800000>;
  305. regulator-state-mem {
  306. regulator-off-in-suspend;
  307. };
  308. };
  309. vdda0v9_image: LDO_REG1 {
  310. regulator-name = "vdda0v9_image";
  311. regulator-min-microvolt = <900000>;
  312. regulator-max-microvolt = <900000>;
  313. regulator-state-mem {
  314. regulator-off-in-suspend;
  315. };
  316. };
  317. vdda_0v9: LDO_REG2 {
  318. regulator-name = "vdda_0v9";
  319. regulator-always-on;
  320. regulator-boot-on;
  321. regulator-min-microvolt = <900000>;
  322. regulator-max-microvolt = <900000>;
  323. regulator-state-mem {
  324. regulator-off-in-suspend;
  325. };
  326. };
  327. vdda0v9_pmu: LDO_REG3 {
  328. regulator-name = "vdda0v9_pmu";
  329. regulator-always-on;
  330. regulator-boot-on;
  331. regulator-min-microvolt = <900000>;
  332. regulator-max-microvolt = <900000>;
  333. regulator-state-mem {
  334. regulator-on-in-suspend;
  335. regulator-suspend-microvolt = <900000>;
  336. };
  337. };
  338. vccio_acodec: LDO_REG4 {
  339. regulator-name = "vccio_acodec";
  340. regulator-always-on;
  341. regulator-min-microvolt = <3300000>;
  342. regulator-max-microvolt = <3300000>;
  343. regulator-state-mem {
  344. regulator-off-in-suspend;
  345. };
  346. };
  347. vccio_sd: LDO_REG5 {
  348. regulator-name = "vccio_sd";
  349. regulator-min-microvolt = <1800000>;
  350. regulator-max-microvolt = <3300000>;
  351. regulator-state-mem {
  352. regulator-off-in-suspend;
  353. };
  354. };
  355. vcc3v3_pmu: LDO_REG6 {
  356. regulator-name = "vcc3v3_pmu";
  357. regulator-always-on;
  358. regulator-boot-on;
  359. regulator-min-microvolt = <3300000>;
  360. regulator-max-microvolt = <3300000>;
  361. regulator-state-mem {
  362. regulator-on-in-suspend;
  363. regulator-suspend-microvolt = <3300000>;
  364. };
  365. };
  366. vcca_1v8: LDO_REG7 {
  367. regulator-name = "vcca_1v8";
  368. regulator-always-on;
  369. regulator-boot-on;
  370. regulator-min-microvolt = <1800000>;
  371. regulator-max-microvolt = <1800000>;
  372. regulator-state-mem {
  373. regulator-off-in-suspend;
  374. };
  375. };
  376. vcca1v8_pmu: LDO_REG8 {
  377. regulator-name = "vcca1v8_pmu";
  378. regulator-always-on;
  379. regulator-boot-on;
  380. regulator-min-microvolt = <1800000>;
  381. regulator-max-microvolt = <1800000>;
  382. regulator-state-mem {
  383. regulator-on-in-suspend;
  384. regulator-suspend-microvolt = <1800000>;
  385. };
  386. };
  387. vcca1v8_image: LDO_REG9 {
  388. regulator-name = "vcca1v8_image";
  389. regulator-min-microvolt = <1800000>;
  390. regulator-max-microvolt = <1800000>;
  391. regulator-state-mem {
  392. regulator-off-in-suspend;
  393. };
  394. };
  395. vcc_3v3: SWITCH_REG1 {
  396. regulator-name = "vcc_3v3";
  397. regulator-always-on;
  398. regulator-boot-on;
  399. regulator-state-mem {
  400. regulator-off-in-suspend;
  401. };
  402. };
  403. vcc3v3_sd: SWITCH_REG2 {
  404. regulator-name = "vcc3v3_sd";
  405. regulator-state-mem {
  406. regulator-off-in-suspend;
  407. };
  408. };
  409. };
  410. codec {
  411. mic-in-differential;
  412. };
  413. };
  414. };
  415. &i2c1 {
  416. status = "okay";
  417. touchscreen0: goodix@14 {
  418. compatible = "goodix,gt1151";
  419. reg = <0x14>;
  420. interrupt-parent = <&gpio0>;
  421. interrupts = <RK_PB5 IRQ_TYPE_EDGE_FALLING>;
  422. AVDD28-supply = <&vcc3v3_lcd0_n>;
  423. irq-gpios = <&gpio0 RK_PB5 GPIO_ACTIVE_HIGH>;
  424. pinctrl-names = "default";
  425. pinctrl-0 = <&touch_int &touch_rst>;
  426. reset-gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>;
  427. VDDIO-supply = <&vcc3v3_lcd0_n>;
  428. };
  429. };
  430. &i2s0_8ch {
  431. status = "okay";
  432. };
  433. &i2s1_8ch {
  434. rockchip,trcm-sync-tx-only;
  435. status = "okay";
  436. };
  437. &mdio0 {
  438. rgmii_phy0: ethernet-phy@0 {
  439. compatible = "ethernet-phy-ieee802.3-c22";
  440. reg = <0x0>;
  441. reset-assert-us = <20000>;
  442. reset-deassert-us = <100000>;
  443. reset-gpios = <&gpio2 RK_PD3 GPIO_ACTIVE_LOW>;
  444. };
  445. };
  446. &mdio1 {
  447. rgmii_phy1: ethernet-phy@0 {
  448. compatible = "ethernet-phy-ieee802.3-c22";
  449. reg = <0x0>;
  450. reset-assert-us = <20000>;
  451. reset-deassert-us = <100000>;
  452. reset-gpios = <&gpio2 RK_PD1 GPIO_ACTIVE_LOW>;
  453. };
  454. };
  455. &pinctrl {
  456. display {
  457. vcc3v3_lcd0_n_en: vcc3v3_lcd0_n_en {
  458. rockchip,pins = <0 RK_PC7 0 &pcfg_pull_none>;
  459. };
  460. vcc3v3_lcd1_n_en: vcc3v3_lcd1_n_en {
  461. rockchip,pins = <0 RK_PC5 0 &pcfg_pull_none>;
  462. };
  463. };
  464. leds {
  465. led_work_en: led_work_en {
  466. rockchip,pins = <0 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>;
  467. };
  468. };
  469. pmic {
  470. pmic_int: pmic_int {
  471. rockchip,pins =
  472. <0 RK_PA3 RK_FUNC_GPIO &pcfg_pull_up>;
  473. };
  474. };
  475. touchscreen {
  476. touch_int: touch_int {
  477. rockchip,pins = <0 RK_PB5 RK_FUNC_GPIO &pcfg_pull_up>;
  478. };
  479. touch_rst: touch_rst {
  480. rockchip,pins = <0 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>;
  481. };
  482. };
  483. usb {
  484. vcc5v0_usb_host_en: vcc5v0_usb_host_en {
  485. rockchip,pins = <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>;
  486. };
  487. vcc5v0_usb_otg_en: vcc5v0_usb_otg_en {
  488. rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_none>;
  489. };
  490. };
  491. };
  492. &pmu_io_domains {
  493. pmuio1-supply = <&vcc3v3_pmu>;
  494. pmuio2-supply = <&vcc3v3_pmu>;
  495. vccio1-supply = <&vccio_acodec>;
  496. vccio2-supply = <&vcc_1v8>;
  497. vccio3-supply = <&vccio_sd>;
  498. vccio4-supply = <&vcc_1v8>;
  499. vccio5-supply = <&vcc_3v3>;
  500. vccio6-supply = <&vcc_1v8>;
  501. vccio7-supply = <&vcc_3v3>;
  502. status = "okay";
  503. };
  504. &saradc {
  505. vref-supply = <&vcca_1v8>;
  506. status = "okay";
  507. };
  508. &sdhci {
  509. bus-width = <8>;
  510. max-frequency = <200000000>;
  511. non-removable;
  512. pinctrl-names = "default";
  513. pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
  514. status = "okay";
  515. };
  516. &sdmmc0 {
  517. bus-width = <4>;
  518. cap-sd-highspeed;
  519. cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;
  520. disable-wp;
  521. pinctrl-names = "default";
  522. pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>;
  523. sd-uhs-sdr104;
  524. vmmc-supply = <&vcc3v3_sd>;
  525. vqmmc-supply = <&vccio_sd>;
  526. status = "okay";
  527. };
  528. &tsadc {
  529. rockchip,hw-tshut-mode = <1>;
  530. rockchip,hw-tshut-polarity = <0>;
  531. status = "okay";
  532. };
  533. &uart2 {
  534. status = "okay";
  535. };
  536. &usb_host0_ehci {
  537. status = "okay";
  538. };
  539. &usb_host0_ohci {
  540. status = "okay";
  541. };
  542. &usb_host0_xhci {
  543. extcon = <&usb2phy0>;
  544. status = "okay";
  545. };
  546. &usb_host1_ehci {
  547. status = "okay";
  548. };
  549. &usb_host1_ohci {
  550. status = "okay";
  551. };
  552. &usb_host1_xhci {
  553. status = "okay";
  554. };
  555. &usb2phy0 {
  556. status = "okay";
  557. };
  558. &usb2phy0_host {
  559. phy-supply = <&vcc5v0_usb_host>;
  560. status = "okay";
  561. };
  562. &usb2phy0_otg {
  563. phy-supply = <&vcc5v0_usb_otg>;
  564. status = "okay";
  565. };
  566. &usb2phy1 {
  567. status = "okay";
  568. };
  569. &usb2phy1_host {
  570. phy-supply = <&vcc5v0_usb_host>;
  571. status = "okay";
  572. };
  573. &usb2phy1_otg {
  574. phy-supply = <&vcc5v0_usb_host>;
  575. status = "okay";
  576. };
  577. &vop {
  578. assigned-clocks = <&cru DCLK_VOP0>, <&cru DCLK_VOP1>;
  579. assigned-clock-parents = <&pmucru PLL_HPLL>, <&cru PLL_VPLL>;
  580. status = "okay";
  581. };
  582. &vop_mmu {
  583. status = "okay";
  584. };
  585. &vp0 {
  586. vp0_out_hdmi: endpoint@ROCKCHIP_VOP2_EP_HDMI0 {
  587. reg = <ROCKCHIP_VOP2_EP_HDMI0>;
  588. remote-endpoint = <&hdmi_in_vp0>;
  589. };
  590. };