Lines Matching +full:audio +full:- +full:video

4 	- compatible: "sil,sii9022"
5 - reg: i2c address of the bridge
8 - interrupts: describe the interrupt line used to inform the host
10 - reset-gpios: OF device-tree gpio specification for RST_N pin.
12 HDMI audio properties:
13 - #sound-dai-cells: <0> or <1>. <0> if only i2s or spdif pin
14 is wired, <1> if the both are wired. HDMI audio is
16 - sil,i2s-data-lanes: Array of up to 4 integers with values of 0-3
18 audio fifo. The first integer selects i2s audio pin for the
19 first audio fifo#0 (HDMI channels 1&2), second for fifo#1
21 pins (SD0 - SD3). Any i2s pin can be connected to any fifo,
24 value is <0>, describing SD0 pin beiging routed to hdmi audio
26 - clocks: phandle and clock specifier for each clock listed in
27 the clock-names property
28 - clock-names: "mclk"
30 HDMI audio CTS values. This property follows
31 Documentation/devicetree/bindings/clock/clock-bindings.txt
34 If HDMI audio is configured the sii902x device becomes an I2S
35 and/or spdif audio codec component (e.g a digital audio sink),
36 that can be used in configuring a full audio devices with
37 simple-card or audio-graph-card binding. See their binding
39 connected to the rest of the audio system:
40 Documentation/devicetree/bindings/sound/simple-card.yaml
41 Documentation/devicetree/bindings/sound/audio-graph-card.txt
42 Note: In case of the audio-graph-card binding the used port
46 - video input: this subnode can contain a video input port node
50 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
53 hdmi-bridge@39 {
56 reset-gpios = <&pioA 1 0>;
58 #sound-dai-cells = <0>;
59 sil,i2s-data-lanes = < 0 1 2 >;
61 clock-names = "mclk";
64 #address-cells = <1>;
65 #size-cells = <0>;
70 remote-endpoint = <&dc_out>;