Lines Matching +full:remote +full:- +full:bus
2 ----------------------
12 - compatible: must be "ti,da850-vpif"
13 - reg: physical base address and length of the registers set for the device;
14 - interrupts: should contain IRQ line for the VPIF
18 VPIF has a 16-bit parallel bus input, supporting 2 8-bit channels or a
19 single 16-bit channel. It should contain one or two port child nodes
23 Documentation/devicetree/bindings/media/video-interfaces.txt.
25 Example using 2 8-bit input channels, one of which is connected to an
26 I2C-connected TVP5147 decoder:
29 compatible = "ti,da850-vpif";
36 bus-width = <8>;
37 remote-endpoint = <&composite_in>;
42 bus-width = <8>;
43 data-shift = <8>;
49 bus-width = <8>;
50 remote-endpoint = <&composite_out>;
65 hsync-active = <1>;
66 vsync-active = <1>;
67 pclk-sample = <0>;
69 /* VPIF channel 0 (lower 8-bits) */
70 remote-endpoint = <&vpif_input_ch0>;
71 bus-width = <8>;
82 adi,dac-enable = <1 1 1>;
83 adi,sd-dac-enable = <1>;
85 remote-endpoint = <&vpif_output_ch0>;
86 bus-width = <8>;
93 Alternatively, an example when the bus is configured as a single
94 16-bit input (e.g. for raw-capture mode):
97 compatible = "ti,da850-vpif";
103 bus-width = <16>;