Lines Matching +full:led +full:- +full:8
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/register-bit-led.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
14 bits in a certain register can turn on/off a single LED. The register bit LEDs
20 - $ref: /schemas/leds/common.yaml#
25 The unit-address is in the form of @<reg addr>,<bit offset>
26 pattern: '^led@[0-9a-f]+,[0-9a-f]{1,2}$'
29 const: register-bit-led
38 bit mask for the bit controlling this LED in the register
48 register offset to the register controlling this LED
53 - compatible
54 - mask
55 - reg
60 - |
63 compatible = "arm,realview-pb1176-syscon", "syscon", "simple-mfd";
65 #address-cells = <1>;
66 #size-cells = <1>;
69 led@8,0 {
70 compatible = "register-bit-led";
75 linux,default-trigger = "heartbeat";
76 default-state = "on";
78 led@8,1 {
79 compatible = "register-bit-led";
84 default-state = "off";
86 led@8,2 {
87 compatible = "register-bit-led";
92 default-state = "off";