1
0

rcar_du_of_lvds_r8a7790.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * rcar_du_of_lvds_r8a7790.dts - Legacy LVDS DT bindings conversion for R8A7790
  4. *
  5. * Copyright (C) 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
  6. */
  7. /dts-v1/;
  8. /plugin/;
  9. / {
  10. fragment@0 {
  11. target-path = "/";
  12. __overlay__ {
  13. #address-cells = <2>;
  14. #size-cells = <2>;
  15. lvds@feb90000 {
  16. compatible = "renesas,r8a7790-lvds";
  17. reg = <0 0xfeb90000 0 0x1c>;
  18. ports {
  19. #address-cells = <1>;
  20. #size-cells = <0>;
  21. port@0 {
  22. reg = <0>;
  23. lvds0_input: endpoint {
  24. };
  25. };
  26. port@1 {
  27. reg = <1>;
  28. lvds0_out: endpoint {
  29. };
  30. };
  31. };
  32. };
  33. lvds@feb94000 {
  34. compatible = "renesas,r8a7790-lvds";
  35. reg = <0 0xfeb94000 0 0x1c>;
  36. ports {
  37. #address-cells = <1>;
  38. #size-cells = <0>;
  39. port@0 {
  40. reg = <0>;
  41. lvds1_input: endpoint {
  42. };
  43. };
  44. port@1 {
  45. reg = <1>;
  46. lvds1_out: endpoint {
  47. };
  48. };
  49. };
  50. };
  51. };
  52. };
  53. fragment@1 {
  54. target-path = "/display@feb00000/ports";
  55. __overlay__ {
  56. port@1 {
  57. endpoint {
  58. remote-endpoint = <&lvds0_input>;
  59. };
  60. };
  61. port@2 {
  62. endpoint {
  63. remote-endpoint = <&lvds1_input>;
  64. };
  65. };
  66. };
  67. };
  68. };