summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/usbc/tcpc/cypress,ccgxxf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/dts/bindings/usbc/tcpc/cypress,ccgxxf.yaml')
-rw-r--r--zephyr/dts/bindings/usbc/tcpc/cypress,ccgxxf.yaml13
1 files changed, 11 insertions, 2 deletions
diff --git a/zephyr/dts/bindings/usbc/tcpc/cypress,ccgxxf.yaml b/zephyr/dts/bindings/usbc/tcpc/cypress,ccgxxf.yaml
index 3e06ed38b6..89f1f78b63 100644
--- a/zephyr/dts/bindings/usbc/tcpc/cypress,ccgxxf.yaml
+++ b/zephyr/dts/bindings/usbc/tcpc/cypress,ccgxxf.yaml
@@ -14,7 +14,16 @@ properties:
default: 0
description: |
TCPC configuration flags
+ irq-gpios:
+ type: phandle-array
+ required: false
+ description: |
+ Interrupt from TCPC using shim driver
int-pin:
- type: phandle
+ type: phandles
required: false
- description: Interrupt from TCPC
+ 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.