Lines Matching +full:video +full:- +full:interfaces
1 Xilinx Video IP Pipeline (VIPP)
2 -------------------------------
5 ---------------
7 Xilinx video IP pipeline processes video streams through one or more Xilinx
8 video IP cores. Each video IP core is represented as documented in video.txt
9 and IP core specific documentation, xlnx,v-*.txt, in this directory. The DT
11 mappings between DMAs and the video IP cores.
15 - compatible: Must be "xlnx,video".
17 - dmas, dma-names: List of one DMA specifier and identifier string (as defined
22 - ports: Video port, using the DT bindings defined in ../video-interfaces.txt.
26 - direction: should be either "input" or "output" depending on the direction
32 compatible = "xlnx,video";
34 dma-names = "port0", "port1";
37 #address-cells = <1>;
38 #size-cells = <0>;
44 remote-endpoint = <&scaler0_out>;
51 remote-endpoint = <&switch_out1>;