Lines Matching +full:data +full:- +full:lanes
4 HDMI receiver. They can output CSI-2 on two independent outputs TXA and TXB
9 - compatible: Must contain one of the following
10 - "adi,adv7481" for the ADV7481
11 - "adi,adv7482" for the ADV7482
13 - reg: I2C slave addresses
14 The ADV748x has up to twelve 256-byte maps that can be accessed via the
21 - interrupt-names: Should specify the interrupts as "intrq1", "intrq2" and/or
24 - interrupts: Specify the interrupt lines for the ADV748x
25 - reg-names : Names of maps with programmable addresses.
26 It shall contain all maps needing a non-default address.
33 Documentation/devicetree/bindings/media/video-interfaces.txt. The port nodes
37 ---------------------------------------
52 endpoint. Each of those endpoints shall contain the data-lanes property as
53 described in video-interfaces.txt.
56 - data-lanes: an array of physical data lane indexes
58 sources are described. For TXA 1, 2 or 4 data lanes can be described
59 while for TXB only 1 data lane is valid. See video-interfaces.txt
66 video-receiver@70 {
70 reg-names = "main", "dpll", "cp", "hdmi", "edid", "repeater",
73 #address-cells = <1>;
74 #size-cells = <0>;
76 interrupt-parent = <&gpio6>;
77 interrupt-names = "intrq1", "intrq2";
85 remote-endpoint = <&cvbs_in>;
93 remote-endpoint = <&hdmi_in>;
101 clock-lanes = <0>;
102 data-lanes = <1 2 3 4>;
103 remote-endpoint = <&csi40_in>;
111 clock-lanes = <0>;
112 data-lanes = <1>;
113 remote-endpoint = <&csi20_in>;