Skip to content

Commit 340d49e

Browse files
ene-stevenfabiobaltieri
authored andcommitted
dts: binding: pwm: Add kb1200 pwm
A new pwm controller addition Signed-off-by: Steven Chang <[email protected]>
1 parent 7d12798 commit 340d49e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

dts/bindings/pwm/ene,kb1200-pwm.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright (c) 2024 ENE Technology Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: ENE, Pulse Width Modulator (PWM) node
5+
6+
compatible: "ene,kb1200-pwm"
7+
8+
include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml]
9+
10+
properties:
11+
reg:
12+
required: true
13+
14+
pinctrl-0:
15+
required: true
16+
17+
pinctrl-names:
18+
required: true
19+
20+
pwm-cells:
21+
- channel
22+
- period
23+
- flags

0 commit comments

Comments
 (0)