Lines Matching +full:connect +full:- +full:gpios
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.
11 - iovcc-supply: I/O Supply Voltage (1.8V or 3.3V)
12 - cvcc12-supply: Digital Core Supply Voltage (1.2V)
15 - #sound-dai-cells: <0> or <1>. <0> if only i2s or spdif pin
18 - sil,i2s-data-lanes: Array of up to 4 integers with values of 0-3
23 pins (SD0 - SD3). Any i2s pin can be connected to any fifo,
28 - clocks: phandle and clock specifier for each clock listed in
29 the clock-names property
30 - clock-names: "mclk"
33 Documentation/devicetree/bindings/clock/clock-bindings.txt
39 simple-card or audio-graph-card binding. See their binding
42 Documentation/devicetree/bindings/sound/simple-card.yaml
43 Documentation/devicetree/bindings/sound/audio-graph-card.yaml
44 Note: In case of the audio-graph-card binding the used port
48 - video input: this subnode can contain a video input port node
49 to connect the bridge to a display controller output (See this
52 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
55 hdmi-bridge@39 {
58 reset-gpios = <&pioA 1 0>;
59 iovcc-supply = <&v3v3_hdmi>;
60 cvcc12-supply = <&v1v2_hdmi>;
62 #sound-dai-cells = <0>;
63 sil,i2s-data-lanes = < 0 1 2 >;
65 clock-names = "mclk";
68 #address-cells = <1>;
69 #size-cells = <0>;
74 remote-endpoint = <&dc_out>;