zmk/app/drivers/zephyr/dts/bindings/led_strip/zmk,led-strip-composite.yaml
XiNGRZ 1fdb141d16 feat(led_strip): Add composite led_strip driver
Signed-off-by: XiNGRZ <hi@xingrz.me>
2022-12-15 02:30:59 +08:00

22 lines
439 B
YAML

# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
description: Composing multiple LED strip devices into one virtual device
compatible: "zmk,led-strip-composite"
properties:
label:
type: string
required: true
chain-length:
type: int
required: true
child-binding:
description: "Details of an included led_strip devices"
properties:
led-strip:
type: phandle
required: true