1 Device-Tree bindings for the NXP TDA998x HDMI transmitter
4 - compatible: must be "nxp,tda998x"
9 - interrupts: interrupt number and trigger type
12 - pinctrl-0: pin control group to be used for
13 screen plug/unplug interrupt.
15 - pinctrl-names: must contain a "default" entry.
17 - video-ports: 24 bits value which defines how the video controller
18 output is wired to the TDA998x input - default: <0x230145>
22 tda998x: hdmi-encoder {
23 compatible = "nxp,tda998x";
25 interrupt-parent = <&gpio0>;
26 interrupts = <27 2>; /* falling edge */
27 pinctrl-0 = <&pmx_camera>;
28 pinctrl-names = "default";