1 * Analog Devices ADV748X video decoder with HDMI receiver
3 The ADV7481 and ADV7482 are multi format video decoders with an integrated
4 HDMI receiver. They can output CSI-2 on two independent outputs TXA and TXB
5 from three input sources HDMI, analog and TTL.
9 - compatible: Must contain one of the following
10 - "adi,adv7481" for the ADV7481
11 - "adi,adv7482" for the ADV7482
13 - reg: I2C slave address
17 - interrupt-names: Should specify the interrupts as "intrq1", "intrq2" and/or
18 "intrq3". All interrupts are optional. The "intrq3" interrupt
19 is only available on the adv7481
20 - interrupts: Specify the interrupt lines for the ADV748x
22 The device node must contain one 'port' child node per device input and output
23 port, in accordance with the video interface bindings defined in
24 Documentation/devicetree/bindings/media/video-interfaces.txt. The port nodes
25 are numbered as follows.
28 ---------------------------------------
42 The digital output port nodes must contain at least one endpoint.
44 Ports are optional if they are not connected to anything at the hardware level.
49 compatible = "adi,adv7482";
55 interrupt-parent = <&gpio6>;
56 interrupt-names = "intrq1", "intrq2";
57 interrupts = <30 IRQ_TYPE_LEVEL_LOW>,
58 <31 IRQ_TYPE_LEVEL_LOW>;
63 adv7482_ain7: endpoint {
64 remote-endpoint = <&cvbs_in>;
71 adv7482_hdmi: endpoint {
72 remote-endpoint = <&hdmi_in>;
79 adv7482_txa: endpoint {
81 data-lanes = <1 2 3 4>;
82 remote-endpoint = <&csi40_in>;
89 adv7482_txb: endpoint {
92 remote-endpoint = <&csi20_in>;