draak-ebisu-panel-aa104xd12.dts 497 B

123456789101112131415161718192021222324252627282930313233343536
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree overlay for the AA104XD12 panel connected to LVDS1 on a Draak or
  4. * Ebisu board
  5. *
  6. * Copyright 2021 Ideas on Board Oy
  7. */
  8. /dts-v1/;
  9. /plugin/;
  10. &{/} {
  11. #include "panel-aa104xd12.dtsi"
  12. };
  13. &{/panel} {
  14. backlight = <&backlight>;
  15. port {
  16. panel_in: endpoint {
  17. remote-endpoint = <&lvds1_out>;
  18. };
  19. };
  20. };
  21. &lvds1 {
  22. status = "okay";
  23. ports {
  24. port@1 {
  25. lvds1_out: endpoint {
  26. remote-endpoint = <&panel_in>;
  27. };
  28. };
  29. };
  30. };