fire-emu-vi-vp-vo.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2021-2022 Alibaba Group Holding Limited.
  4. */
  5. /dts-v1/;
  6. #include "fire-emu.dts"
  7. &c910_1 {
  8. status = "okay";
  9. };
  10. &vi_pre {
  11. status = "okay";
  12. };
  13. &dewarp {
  14. status = "okay";
  15. };
  16. &venc {
  17. status = "okay";
  18. };
  19. &vdec {
  20. status = "okay";
  21. };
  22. &g2d {
  23. status = "okay";
  24. };
  25. &vosys_reg {
  26. status = "okay";
  27. };
  28. &display_subsystem {
  29. status = "okay";
  30. };
  31. &dpu_enc0 {
  32. status = "okay";
  33. ports {
  34. /* output */
  35. port@1 {
  36. reg = <1>;
  37. enc0_out: endpoint {
  38. remote-endpoint = <&dsi0_in>;
  39. };
  40. };
  41. };
  42. };
  43. &dsi0 {
  44. status = "okay";
  45. };
  46. &dhost_0 {
  47. ports {
  48. #address-cells = <1>;
  49. #size-cells = <0>;
  50. port@0 {
  51. reg = <0>;
  52. dsi0_in: endpoint {
  53. remote-endpoint = <&enc0_out>;
  54. };
  55. };
  56. port@1 {
  57. reg = <1>;
  58. dsi0_out: endpoint {
  59. remote-endpoint = <&panel0_in>;
  60. };
  61. };
  62. };
  63. panel0@0 {
  64. compatible = "hlt,hpk070h275";
  65. reg = <0>;
  66. port {
  67. panel0_in: endpoint {
  68. remote-endpoint = <&dsi0_out>;
  69. };
  70. };
  71. };
  72. };
  73. &dpu_enc1 {
  74. ports {
  75. /delete-node/ port@0;
  76. };
  77. };
  78. &disp1_out {
  79. remote-endpoint = <&hdmi_tx_in>;
  80. };
  81. &dpu {
  82. status = "okay";
  83. };
  84. &hdmi_tx {
  85. status = "okay";
  86. port@0 {
  87. /* input */
  88. hdmi_tx_in: endpoint {
  89. remote-endpoint = <&disp1_out>;
  90. };
  91. };
  92. };