Lines Matching +full:orientation +full:- +full:switch
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 Analog Audio Switch
10 - Bjorn Andersson <[email protected]>
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
37 handling altmode muxing and orientation switching.
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
56 - AUX+ connected to SBU2
57 - AUX- connected to SBU1
59 - AUX+ connected to SBU1
60 - AUX- connected to SBU2
61 - items:
62 - const: 1
63 - const: 0
66 - AUX+ connected to SBU1
67 - AUX- connected to SBU2
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>;