thine,thc63lvdm83d.txt 939 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. THine Electronics THC63LVDM83D LVDS serializer
  2. ----------------------------------------------
  3. The THC63LVDM83D is an LVDS serializer designed to support pixel data
  4. transmission between a host and a flat panel.
  5. Required properties:
  6. - compatible: Should be "thine,thc63lvdm83d"
  7. Optional properties:
  8. - pwdn-gpios: Power down control GPIO
  9. Required nodes:
  10. The THC63LVDM83D has two video ports. Their connections are modeled using the
  11. OFgraph bindings specified in Documentation/devicetree/bindings/graph.txt.
  12. - Video port 0 for CMOS/TTL input
  13. - Video port 1 for LVDS output
  14. Example
  15. -------
  16. lvds_enc: encoder@0 {
  17. compatible = "thine,thc63lvdm83d";
  18. ports {
  19. #address-cells = <1>;
  20. #size-cells = <0>;
  21. port@0 {
  22. reg = <0>;
  23. lvds_enc_in: endpoint@0 {
  24. remote-endpoint = <&rgb_out>;
  25. };
  26. };
  27. port@1 {
  28. reg = <1>;
  29. lvds_enc_out: endpoint@0 {
  30. remote-endpoint = <&panel_in>;
  31. };
  32. };
  33. };
  34. };