1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/leds/iei,wt61p803-puzzle-leds.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: IEI WT61P803 PUZZLE MCU LED module from IEI Integration Corp. 8 9maintainers: 10 - Luka Kovacic <luka.kovacic@sartura.hr> 11 12description: | 13 This module is a part of the IEI WT61P803 PUZZLE MFD device. For more details 14 see Documentation/devicetree/bindings/mfd/iei,wt61p803-puzzle.yaml. 15 16 The LED module is a sub-node of the MCU node in the Device Tree. 17 18properties: 19 compatible: 20 const: iei,wt61p803-puzzle-leds 21 22 '#address-cells': 23 const: 1 24 25 '#size-cells': 26 const: 0 27 28 led@0: 29 $ref: common.yaml 30 unevaluatedProperties: false 31 32 properties: 33 reg: 34 const: 0 35 36required: 37 - compatible 38 - '#address-cells' 39 - '#size-cells' 40 41additionalProperties: false 42