Lines Matching +full:sbu +full:- +full:mux
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
15 - const: fcs,fsa4480
16 - items:
17 - enum:
18 - ocs,ocp96011
19 - const: fcs,fsa4480
27 vcc-supply:
28 description: power supply (2.7V-5.5V)
30 mode-switch: true
31 orientation-switch: true
34 $ref: /schemas/graph.yaml#/$defs/port-base
42 $ref: /schemas/graph.yaml#/$defs/endpoint-base
46 data-lanes:
47 $ref: /schemas/types.yaml#/definitions/uint32-array
49 Specifies how the AUX+/- lines are connected to SBU1/2.
51 - items:
52 - const: 0
53 - const: 1
55 Default AUX/SBU layout (FSA4480)
56 - AUX+ connected to SBU2
57 - AUX- connected to SBU1
58 Default AUX/SBU layout (OCP96011)
59 - AUX+ connected to SBU1
60 - AUX- connected to SBU2
61 - items:
62 - const: 1
63 - const: 0
65 Swapped AUX/SBU layout (FSA4480)
66 - AUX+ connected to SBU1
67 - AUX- connected to SBU2
68 Swapped AUX/SBU layout (OCP96011)
69 - AUX+ connected to SBU2
70 - AUX- connected to SBU1
73 - compatible
74 - reg
75 - port
78 - $ref: usb-switch.yaml#
83 - |
84 #include <dt-bindings/interrupt-controller/irq.h>
86 #address-cells = <1>;
87 #size-cells = <0>;
89 typec-mux@42 {
93 interrupts-extended = <&tlmm 2 IRQ_TYPE_LEVEL_LOW>;
95 vcc-supply = <&vreg_bob>;
97 mode-switch;
98 orientation-switch;
102 remote-endpoint = <&typec_controller>;