2023-03-27 16:10:19 +08:00
|
|
|
# Copyright (c) 2023 SILA Embedded Solutions GmbH
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Maxim MAX31790 6-channel I2C-bus PWM controller
|
|
|
|
|
2024-02-02 00:26:59 +08:00
|
|
|
compatible: "maxim,max31790-pwm"
|
2023-03-27 16:10:19 +08:00
|
|
|
|
2024-02-02 00:26:59 +08:00
|
|
|
include: [pwm-controller.yaml, base.yaml]
|
2023-03-27 16:10:19 +08:00
|
|
|
|
2024-02-02 00:26:59 +08:00
|
|
|
on-bus: max31790
|
2023-03-27 16:10:19 +08:00
|
|
|
|
2024-02-02 00:26:59 +08:00
|
|
|
properties:
|
2023-03-27 16:10:19 +08:00
|
|
|
"#pwm-cells":
|
|
|
|
const: 2
|
|
|
|
|
|
|
|
pwm-cells:
|
|
|
|
- channel
|
|
|
|
- period
|