1# Copyright (c) 2023 SILA Embedded Solutions GmbH 2# SPDX-License-Identifier: Apache-2.0 3 4description: Maxim MAX31790 6-channel I2C-bus PWM controller 5 6compatible: "maxim,max31790-pwm" 7 8include: [pwm-controller.yaml, base.yaml] 9 10on-bus: max31790 11 12properties: 13 "#pwm-cells": 14 const: 2 15 16pwm-cells: 17 - channel 18 - period 19