Lines Matching +full:video +full:- +full:interfaces
5 - compatible: must be one of:
7 "cortina,gemini-tvc", "faraday,tve200"
9 - reg: base address and size of the control registers block
11 - interrupts: contains an interrupt specifier for the interrupt
14 - clock-names: should contain "PCLK" for the clock line clocking the
15 silicon and "TVE" for the 27MHz clock to the video driver
17 - clocks: contains phandle and clock specifier pairs for the entries
18 in the clock-names property. See
19 Documentation/devicetree/bindings/clock/clock-bindings.txt
23 - resets: contains the reset line phandle for the block
25 Required sub-nodes:
27 - port: describes LCD panel signals, following the common binding
28 for video transmitter interfaces; see
29 Documentation/devicetree/bindings/media/video-interfaces.txt
37 display-controller@6a000000 {
38 #address-cells = <1>;
39 #size-cells = <0>;
46 clock-names = "PCLK", "TVE";
51 remote-endpoint = <&panel_in>;