xref: /freebsd/sys/contrib/device-tree/Bindings/leds/backlight/zii,rave-sp-backlight.yaml (revision 5f62a964e9f8abc6a05d8338273fadd154f0a206)
1*5f62a964SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*5f62a964SEmmanuel Vadot%YAML 1.2
3*5f62a964SEmmanuel Vadot---
4*5f62a964SEmmanuel Vadot$id: http://devicetree.org/schemas/leds/backlight/zii,rave-sp-backlight.yaml#
5*5f62a964SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*5f62a964SEmmanuel Vadot
7*5f62a964SEmmanuel Vadottitle: Zodiac Inflight Innovations RAVE Supervisory Processor Backlight
8*5f62a964SEmmanuel Vadot
9*5f62a964SEmmanuel Vadotmaintainers:
10*5f62a964SEmmanuel Vadot  - Frank Li <Frank.Li@nxp.com>
11*5f62a964SEmmanuel Vadot
12*5f62a964SEmmanuel Vadotdescription:
13*5f62a964SEmmanuel Vadot  RAVE SP backlight device is a "MFD cell" device corresponding to
14*5f62a964SEmmanuel Vadot  backlight functionality of RAVE Supervisory Processor. It is expected
15*5f62a964SEmmanuel Vadot  that its Device Tree node is specified as a child of the node
16*5f62a964SEmmanuel Vadot  corresponding to the parent RAVE SP device (as documented in
17*5f62a964SEmmanuel Vadot  Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml)
18*5f62a964SEmmanuel Vadot
19*5f62a964SEmmanuel Vadotproperties:
20*5f62a964SEmmanuel Vadot  compatible:
21*5f62a964SEmmanuel Vadot    const: zii,rave-sp-backlight
22*5f62a964SEmmanuel Vadot
23*5f62a964SEmmanuel Vadotrequired:
24*5f62a964SEmmanuel Vadot  - compatible
25*5f62a964SEmmanuel Vadot
26*5f62a964SEmmanuel VadotallOf:
27*5f62a964SEmmanuel Vadot  - $ref: common.yaml
28*5f62a964SEmmanuel Vadot
29*5f62a964SEmmanuel VadotunevaluatedProperties: false
30*5f62a964SEmmanuel Vadot
31*5f62a964SEmmanuel Vadotexamples:
32*5f62a964SEmmanuel Vadot  - |
33*5f62a964SEmmanuel Vadot    backlight {
34*5f62a964SEmmanuel Vadot        compatible = "zii,rave-sp-backlight";
35*5f62a964SEmmanuel Vadot    };
36*5f62a964SEmmanuel Vadot
37