summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/usbc/mux/cros-ec,usbc-mux.yaml
blob: 21cb8e0a3fe103775579e0245728d0af4dcc3fe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

description: Common properties for USB-C mux

properties:
  flags:
    type: int
    required: false
    default: 0
    description: |
      Mask of flags defined in dt-bindings/usbc_mux.h

  board-init:
    type: string
    required: false
    description: |
      Name of function used as board_init callback

  board-set:
    type: string
    required: false
    description: |
      Name of function used as board_set callback