summaryrefslogtreecommitdiff
path: root/drivers/zephyr/dts/bindings
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-08 21:07:16 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-08 21:07:16 -0400
commit38f1dbd9842eaf53db359ad46b070bfff8db1359 (patch)
tree6a24845fab2043cd0cec8b2086971ff13edeed70 /drivers/zephyr/dts/bindings
parent92b41d28e5668fab4fe423ccce5f3f85b4537002 (diff)
Move Zephyr app into subdirectory.
Diffstat (limited to 'drivers/zephyr/dts/bindings')
-rw-r--r--drivers/zephyr/dts/bindings/gpio-kscan.yaml25
1 files changed, 0 insertions, 25 deletions
diff --git a/drivers/zephyr/dts/bindings/gpio-kscan.yaml b/drivers/zephyr/dts/bindings/gpio-kscan.yaml
deleted file mode 100644
index 0698c3e..0000000
--- a/drivers/zephyr/dts/bindings/gpio-kscan.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (c) 2020, Pete Johanson
-# SPDX-License-Identifier: Apache-2.0
-
-description: GPIO keyboard matrix controller
-
-compatible: "gpio-kscan"
-
-include: kscan.yaml
-
-properties:
- row-gpios:
- type: phandle-array
- required: true
- col-gpios:
- type: phandle-array
- required: true
- debounce-period:
- type: int
- default: 5
- diode-direction:
- type: string
- default: row2col
- enum:
- - row2col
- - col2row