light-a-ref-dsi0.dts 981 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2021 Alibaba Group Holding Limited.
  4. */
  5. /dts-v1/;
  6. #include "light-a-ref.dts"
  7. / {
  8. display-subsystem {
  9. status = "okay";
  10. };
  11. };
  12. &dpu_enc0 {
  13. status = "okay";
  14. ports {
  15. /* output */
  16. port@1 {
  17. reg = <1>;
  18. enc0_out: endpoint {
  19. remote-endpoint = <&dsi0_in>;
  20. };
  21. };
  22. };
  23. };
  24. &dpu {
  25. status = "okay";
  26. };
  27. &dsi0 {
  28. status = "okay";
  29. };
  30. &dhost_0 {
  31. ports {
  32. #address-cells = <1>;
  33. #size-cells = <0>;
  34. port@0 {
  35. reg = <0>;
  36. dsi0_in: endpoint {
  37. remote-endpoint = <&enc0_out>;
  38. };
  39. };
  40. port@1 {
  41. reg = <1>;
  42. dsi0_out: endpoint {
  43. remote-endpoint = <&panel0_in>;
  44. };
  45. };
  46. };
  47. panel0@0 {
  48. compatible = "txd,dy800qwxpab";
  49. reg = <0>;
  50. backlight = <&lcd0_backlight>;
  51. reset-gpio = <&gpio1_porta 5 1>; /* active low */
  52. vdd1v8-supply = <&lcd0_1v8>;
  53. vspn5v7-supply = <&lcd0_5v7>;
  54. port {
  55. panel0_in: endpoint {
  56. remote-endpoint = <&dsi0_out>;
  57. };
  58. };
  59. };
  60. };