xref: /linux/Documentation/devicetree/bindings/usb/usb-switch.yaml (revision 137cc92ffe2e71705fce112656a460d924934ebe)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/usb/usb-switch.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: USB Orientation and Mode Switches Common Properties
8
9maintainers:
10  - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11
12description:
13  Common properties for devices handling USB mode and orientation switching.
14
15properties:
16  mode-switch:
17    description: Possible handler of altmode switching
18    type: boolean
19
20  orientation-switch:
21    description: Possible handler of orientation switching
22    type: boolean
23
24  retimer-switch:
25    description: Possible handler of SuperSpeed signals retiming
26    type: boolean
27
28additionalProperties: true
29