zephyr/dts/bindings/led/nordic,npm1300-led.yaml
Andy Sinclair 7bc99e246c drivers: led: npm1300: nPM1300 LED driver
Added LED driver for nPM1300 PMIC

Signed-off-by: Andy Sinclair <andy.sinclair@nordicsemi.no>
2023-06-23 08:55:13 +00:00

40 lines
710 B
YAML

# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: |
Nordic nPM1300 LED controller
The nPM1300 has three LED outputs.
Each LED can automatically display error or charging status,
or be controlled by software.
compatible: "nordic,npm1300-led"
properties:
nordic,led0-mode:
type: string
required: true
enum:
- error
- charging
- host
description: LED 0 mode
nordic,led1-mode:
type: string
required: true
enum:
- error
- charging
- host
description: LED 1 mode
nordic,led2-mode:
type: string
required: true
enum:
- error
- charging
- host
description: LED 2 mode