23 lines
577 B
YAML
23 lines
577 B
YAML
|
# Copyright (c) 2019, Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: |
|
||
|
Worldsemi WS2812 LED strip, GPIO binding
|
||
|
|
||
|
Driver bindings for bit-banging a WS2812 or compatible LED strip.
|
||
|
|
||
|
The GPIO driver uses inline assembly, and isn't available for all
|
||
|
boards.
|
||
|
|
||
|
compatible: "worldsemi,ws2812-gpio"
|
||
|
|
||
|
include: [base.yaml, ws2812.yaml]
|
||
|
|
||
|
properties:
|
||
|
in-gpios:
|
||
|
type: phandle-array
|
||
|
required: true
|
||
|
description: |
|
||
|
GPIO phandle and specifier for the pin connected to the daisy
|
||
|
chain's input pin. Exactly one pin should be given.
|