Lines Matching +full:8 +full:- +full:port
2 ----------------------
4 The TI Video Port InterFace (VPIF) is the primary component for video
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
20 with child 'endpoint' node. If there are two ports then port@0 must
21 describe the input and port@1 output channels. Please refer to the
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";
33 port@0 {
36 bus-width = <8>;
37 remote-endpoint = <&composite_in>;
42 bus-width = <8>;
43 data-shift = <8>;
47 port@1 {
49 bus-width = <8>;
50 remote-endpoint = <&composite_out>;
63 port {
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>;
80 port {
82 adi,dac-enable = <1 1 1>;
83 adi,sd-dac-enable = <1>;
85 remote-endpoint = <&vpif_output_ch0>;
86 bus-width = <8>;
94 16-bit input (e.g. for raw-capture mode):
97 compatible = "ti,da850-vpif";
101 port {
103 bus-width = <16>;