Lines Matching +full:port +full:- +full:base

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Allen Chen <allen.chen@ite.com.tw>
13 The IT6505 is a high-performance DisplayPort 1.1a transmitter,
16 and ensures robust transmission of high-quality uncompressed video
22 In addition, an S/PDIF input port takes in compressed audio of up to
27 transmission of high-definition content. Users of the IT6505 need not
37 ovdd-supply:
40 pwr18-supply:
47 reset-gpios:
59 port@0:
60 $ref: /schemas/graph.yaml#/$defs/port-base
62 description: A port node pointing to DPI host port node
66 $ref: /schemas/graph.yaml#/$defs/endpoint-base
70 link-frequencies:
75 port@1:
76 $ref: /schemas/graph.yaml#/$defs/port-base
78 description: Video port for DP output
82 $ref: /schemas/graph.yaml#/$defs/endpoint-base
86 data-lanes:
90 - enum: [ 0, 1 ]
91 - const: 1
92 - const: 2
93 - const: 3
96 - port@0
97 - port@1
100 - compatible
101 - ovdd-supply
102 - pwr18-supply
103 - interrupts
104 - reset-gpios
105 - extcon
106 - ports
111 - |
112 #include <dt-bindings/interrupt-controller/irq.h>
115 #address-cells = <1>;
116 #size-cells = <0>;
118 dp-bridge@5c {
122 pinctrl-names = "default";
123 pinctrl-0 = <&it6505_pins>;
124 ovdd-supply = <&mt6358_vsim1_reg>;
125 pwr18-supply = <&it6505_pp18_reg>;
126 reset-gpios = <&pio 179 1>;
130 #address-cells = <1>;
131 #size-cells = <0>;
133 port@0 {
136 remote-endpoint = <&dpi_out>;
137 link-frequencies = /bits/ 64 <150000000>;
141 port@1 {
144 remote-endpoint = <&dp_in>;
145 data-lanes = <0 1>;