summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/usbc/ppc-chip.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/dts/bindings/usbc/ppc-chip.yaml')
-rw-r--r--zephyr/dts/bindings/usbc/ppc-chip.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/usbc/ppc-chip.yaml b/zephyr/dts/bindings/usbc/ppc-chip.yaml
new file mode 100644
index 0000000000..b5b2cedc03
--- /dev/null
+++ b/zephyr/dts/bindings/usbc/ppc-chip.yaml
@@ -0,0 +1,28 @@
+# Copyright (c) 2021 The Chromium OS Authors
+# SPDX-License-Identifier: Apache-2.0
+
+description: Power path chip
+
+properties:
+ port:
+ type: phandle
+ required: true
+ description: |
+ I2C port used to communicate with controller
+
+ irq:
+ type: phandles
+ required: false
+ description: |
+ GPIO interrupt from PPC
+
+ i2c-addr-flags:
+ type: string
+ description: |
+ I2C address of controller
+
+ alternate-for:
+ type: phandle
+ description: |
+ Pointer to the primary PPC device that can be replaced at runtime
+ by this device.