961c985ee4
Split up the driver for the PWM controller MAX31790 into a multi function device driver. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
15 lines
272 B
YAML
15 lines
272 B
YAML
# Copyright (c) 2024 SILA Embedded Solutions GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Maxim MAX31790 6-channel I2C-bus PWM controller, MFD device
|
|
|
|
compatible: "maxim,max31790"
|
|
|
|
include: i2c-device.yaml
|
|
|
|
bus: max31790
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|