summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/usbc/tcpc/cypress,ccgxxf.yaml
blob: 89f1f78b63bbb3d35e5bb3a1fae64d22c649e59d (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
26
27
28
29
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

description: USBC TCPC

compatible: "cypress,ccgxxf"

include: i2c-device.yaml

properties:
  tcpc-flags:
    type: int
    default: 0
    description: |
      TCPC configuration flags
  irq-gpios:
    type: phandle-array
    required: false
    description: |
      Interrupt from TCPC using shim driver
  int-pin:
    type: phandles
    required: false
    deprecated: true
    description: |
      Interrupt from TCPC using gpio-int. This property should only be used when
      CONFIG_PLATFORM_EC_TCPC_INTERRUPT=n and should be removed when the chip
      uses the common TCPC driver.