tda998x.txt 711 B

1234567891011121314151617181920212223242526272829
  1. Device-Tree bindings for the NXP TDA998x HDMI transmitter
  2. Required properties;
  3. - compatible: must be "nxp,tda998x"
  4. - reg: I2C address
  5. Optional properties:
  6. - interrupts: interrupt number and trigger type
  7. default: polling
  8. - pinctrl-0: pin control group to be used for
  9. screen plug/unplug interrupt.
  10. - pinctrl-names: must contain a "default" entry.
  11. - video-ports: 24 bits value which defines how the video controller
  12. output is wired to the TDA998x input - default: <0x230145>
  13. Example:
  14. tda998x: hdmi-encoder {
  15. compatible = "nxp,tda998x";
  16. reg = <0x70>;
  17. interrupt-parent = <&gpio0>;
  18. interrupts = <27 2>; /* falling edge */
  19. pinctrl-0 = <&pmx_camera>;
  20. pinctrl-names = "default";
  21. };