0f458c9564
For sharing pin definition property with `worldsemi,ws2812-gpio`, rename `output-pin` to `gpios`. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
16 lines
352 B
YAML
16 lines
352 B
YAML
# Copyright (c) 2024, TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
include: ws2812.yaml
|
|
|
|
description: |
|
|
Common definition GPIO based WS2812 node
|
|
|
|
properties:
|
|
gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: |
|
|
GPIO phandle and specifier for the pin connected to the
|
|
led-strip. Exactly one pin should be given.
|