driver: led: add support for TI TLC59731 RGB STRIP controller
TLC59731 is a 3-Channel, 8-Bit, PWM LED Driver with TI Single-Wire interface (EasySet) protocol. Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
This commit is contained in:
parent
1ed9ef465b
commit
9d15f6623a
5 changed files with 216 additions and 0 deletions
13
dts/bindings/led_strip/ti,tlc59731.yaml
Normal file
13
dts/bindings/led_strip/ti,tlc59731.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Copyright (c) 2024 Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
compatible: "ti,tlc59731"
|
||||
description: TLC59731 RGB LED Controller
|
||||
include: [led-strip.yaml]
|
||||
|
||||
properties:
|
||||
gpios:
|
||||
required: true
|
||||
type: phandle-array
|
||||
description: |
|
||||
GPIO to send command data to the controller.
|
Loading…
Add table
Add a link
Reference in a new issue