Lines Matching +full:led +full:- +full:heartbeat
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Panasonic AN30259A 3-channel LED controller
10 - Iskren Chernev <me@iskren.info>
13 The AN30259A is a LED controller capable of driving three LEDs independently.
27 "#address-cells":
30 "#size-cells":
34 "^led@[1-3]$":
43 - compatible
44 - reg
45 - "#address-cells"
46 - "#size-cells"
51 - |
52 #include <dt-bindings/leds/common.h>
55 #address-cells = <1>;
56 #size-cells = <0>;
58 led-controller@30 {
61 #address-cells = <1>;
62 #size-cells = <0>;
64 led@1 {
66 linux,default-trigger = "heartbeat";
71 led@2 {
77 led@3 {