summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/usbc/tcpc/fairchild,fusb302.yaml
blob: 51401f6722a471b09d34ca464cd1b3dd789bbd01 (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
30
description: USBC TCPC

compatible: "fairchild,fusb302"

include: ["i2c-device.yaml", "cros-ec,tcpci.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
  rst-gpios:
    type: phandle-array
    required: false
    description: |
      TCPC reset line while 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.