20 lines
344 B
YAML
20 lines
344 B
YAML
|
# 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
|