1# Copyright (c) 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  Nordic nPM1300 LED controller
6
7  The nPM1300 has three LED outputs.
8  Each LED can automatically display error or charging status,
9  or be controlled by software.
10
11compatible: "nordic,npm1300-led"
12
13properties:
14  nordic,led0-mode:
15    type: string
16    required: true
17    enum:
18    - error
19    - charging
20    - host
21    description: LED 0 mode
22
23  nordic,led1-mode:
24    type: string
25    required: true
26    enum:
27    - error
28    - charging
29    - host
30    description: LED 1 mode
31
32  nordic,led2-mode:
33    type: string
34    required: true
35    enum:
36    - error
37    - charging
38    - host
39    description: LED 2 mode
40