Lines Matching +full:realview +full:- +full:pb1176 +full:- +full:syscon
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 <[email protected]>
13 Register bit leds are used with syscon multifunctional devices where single
15 appear as children to the syscon device, with the proper compatible string.
16 For the syscon bindings see:
17 Documentation/devicetree/bindings/mfd/syscon.yaml
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
53 - compatible
54 - mask
55 - reg
60 - |
62 syscon@10000000 {
63 compatible = "arm,realview-pb1176-syscon", "syscon", "simple-mfd";
65 #address-cells = <1>;
66 #size-cells = <1>;
70 compatible = "register-bit-led";
75 linux,default-trigger = "heartbeat";
76 default-state = "on";
79 compatible = "register-bit-led";
84 default-state = "off";
87 compatible = "register-bit-led";
92 default-state = "off";