dts: bindings: pwm: add MAX31790
Add binding for the PWM and fan driver MAX37190. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
parent
ad555d08d8
commit
6587813ce0
1 changed files with 19 additions and 0 deletions
19
dts/bindings/pwm/maxim,max31790.yaml
Normal file
19
dts/bindings/pwm/maxim,max31790.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Copyright (c) 2023 SILA Embedded Solutions GmbH
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
description: Maxim MAX31790 6-channel I2C-bus PWM controller
|
||||||
|
|
||||||
|
compatible: "maxim,max31790"
|
||||||
|
|
||||||
|
include: [pwm-controller.yaml, i2c-device.yaml, base.yaml]
|
||||||
|
|
||||||
|
properties:
|
||||||
|
reg:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
"#pwm-cells":
|
||||||
|
const: 2
|
||||||
|
|
||||||
|
pwm-cells:
|
||||||
|
- channel
|
||||||
|
- period
|
Loading…
Add table
Add a link
Reference in a new issue