summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/i2c/i2c-keys.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/dts/bindings/i2c/i2c-keys.yaml')
-rw-r--r--zephyr/dts/bindings/i2c/i2c-keys.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/i2c/i2c-keys.yaml b/zephyr/dts/bindings/i2c/i2c-keys.yaml
new file mode 100644
index 0000000000..08add12b32
--- /dev/null
+++ b/zephyr/dts/bindings/i2c/i2c-keys.yaml
@@ -0,0 +1,17 @@
+# Copyright (c) 2020 The Chromium OS Authors
+# SPDX-License-Identifier: Apache-2.0
+
+description: I2C KEYS parent node
+
+compatible: "i2c-keys"
+
+child-binding:
+ description: I2C KEYS child node
+ properties:
+ i2c-port:
+ type: phandle
+ required: true
+ label:
+ required: true
+ type: string
+ description: Human readable string describing the device (used as device_get_binding() argument) \ No newline at end of file