summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/pwm/named-pwms.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/dts/bindings/pwm/named-pwms.yaml')
-rw-r--r--zephyr/dts/bindings/pwm/named-pwms.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/zephyr/dts/bindings/pwm/named-pwms.yaml b/zephyr/dts/bindings/pwm/named-pwms.yaml
deleted file mode 100644
index f01fd5a30a..0000000000
--- a/zephyr/dts/bindings/pwm/named-pwms.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-description: PWM KEYS parent node
-
-compatible: "named-pwms"
-
-child-binding:
- description: Named PWMs child node
- properties:
- pwms:
- type: phandle-array
- required: true
- label:
- required: true
- type: string
- description:
- Human readable string describing the device (used as
- device_get_binding() argument)
- frequency:
- required: true
- type: int
- description: PWM frequency, in Hz