dts: binding: pwm: Add kb1200 pwm
A new pwm controller addition Signed-off-by: Steven Chang <steven@ene.com.tw>
This commit is contained in:
parent
7d12798a22
commit
340d49e360
1 changed files with 23 additions and 0 deletions
23
dts/bindings/pwm/ene,kb1200-pwm.yaml
Normal file
23
dts/bindings/pwm/ene,kb1200-pwm.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Copyright (c) 2024 ENE Technology Inc.
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
description: ENE, Pulse Width Modulator (PWM) node
|
||||||
|
|
||||||
|
compatible: "ene,kb1200-pwm"
|
||||||
|
|
||||||
|
include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml]
|
||||||
|
|
||||||
|
properties:
|
||||||
|
reg:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
pinctrl-0:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
pinctrl-names:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
pwm-cells:
|
||||||
|
- channel
|
||||||
|
- period
|
||||||
|
- flags
|
Loading…
Add table
Add a link
Reference in a new issue