Lines Matching +full:tx1 +full:- +full:0

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ON Semiconductor Type-C DisplayPort ALT Mode Linear Redriver
10 - Neil Armstrong <neil.armstrong@linaro.org>
15 - onnn,nb7vpq904m
20 vcc-supply:
23 enable-gpios: true
25 retimer-switch:
29 orientation-switch:
36 port@0:
38 description: Super Speed (SS) Output endpoint to the Type-C connector
41 $ref: /schemas/graph.yaml#/$defs/port-base
42 description: Super Speed (SS) Input endpoint from the Super-Speed PHY
47 $ref: /schemas/graph.yaml#/$defs/endpoint-base
51 data-lanes:
52 $ref: /schemas/types.yaml#/definitions/uint32-array
58 - 0 is RX2 lane
59 - 1 is TX2 lane
60 - 2 is TX1 lane
61 - 3 is RX1 lane
65 - items:
66 - const: 0
67 - const: 1
68 - const: 2
69 - const: 3
72 - Port A to RX2 lane
73 - Port B to TX2 lane
74 - Port C to TX1 lane
75 - Port D to RX1 lane
76 - items:
77 - const: 3
78 - const: 2
79 - const: 1
80 - const: 0
83 - Port A to RX1 lane
84 - Port B to TX1 lane
85 - Port C to TX2 lane
86 - Port D to RX2 lane
91 Sideband Use (SBU) AUX lines endpoint to the Type-C connector for the purpose of
95 - compatible
96 - reg
101 - |
103 #address-cells = <1>;
104 #size-cells = <0>;
106 typec-mux@32 {
108 reg = <0x32>;
110 vcc-supply = <&vreg_l15b_1p8>;
112 retimer-switch;
113 orientation-switch;
116 #address-cells = <1>;
117 #size-cells = <0>;
119 port@0 {
120 reg = <0>;
122 remote-endpoint = <&typec_con_ss>;
128 remote-endpoint = <&usb_phy_ss>;
129 data-lanes = <3 2 1 0>;
135 remote-endpoint = <&typec_dp_aux>;