29 lines
731 B
YAML
29 lines
731 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/usb/usb-switch.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: USB Orientation and Mode Switches Common Properties
|
|
|
|
maintainers:
|
|
- Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
|
|
description:
|
|
Common properties for devices handling USB mode and orientation switching.
|
|
|
|
properties:
|
|
mode-switch:
|
|
description: Possible handler of altmode switching
|
|
type: boolean
|
|
|
|
orientation-switch:
|
|
description: Possible handler of orientation switching
|
|
type: boolean
|
|
|
|
retimer-switch:
|
|
description: Possible handler of SuperSpeed signals retiming
|
|
type: boolean
|
|
|
|
additionalProperties: true
|