brintos

brintos / linux-shallow public Read only

0
0
Text · 1.0 KiB · b7a3ef7 Raw
43 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/leds/rohm,bd71828-leds.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: ROHM BD71828 Power Management Integrated Circuit LED driver8 9maintainers:10  - Matti Vaittinen <mazziesaccount@gmail.com>11 12description: |13  This module is part of the ROHM BD71828 MFD device. For more details14  see Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml.15 16  The LED controller is represented as a sub-node of the PMIC node on the device17  tree.18 19  The device has two LED outputs referred as GRNLED and AMBLED in data-sheet.20 21properties:22  compatible:23    const: rohm,bd71828-leds24 25patternProperties:26  "^led-[1-2]$":27    $ref: common.yaml#28    unevaluatedProperties: false29 30    properties:31      rohm,led-compatible:32        description: LED identification string33        $ref: /schemas/types.yaml#/definitions/string34        enum:35          - bd71828-ambled36          - bd71828-grnled37 38required:39  - compatible40additionalProperties: false41 42...43