Lines Matching +full:display +full:- +full:related
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/gpio/xylon,logicvc-gpio.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
14 The LogiCVC GPIO describes the GPIO block included in the LogiCVC display
15 controller. These are meant to be used for controlling display-related
18 The controller exposes GPIOs from the display and power control registers,
20 - GPIO[4:0] (display control) mapped to index 0-4
21 - EN_BLIGHT (power control) mapped to index 5
22 - EN_VDD (power control) mapped to index 6
23 - EN_VEE (power control) mapped to index 7
24 - V_EN (power control) mapped to index 8
28 pattern: "^gpio@[0-9a-f]+$"
32 - xylon,logicvc-3.02.a-gpio
37 "#gpio-cells":
40 gpio-controller: true
42 gpio-line-names:
47 - compatible
48 - reg
49 - "#gpio-cells"
50 - gpio-controller
55 - |
57 compatible = "xylon,logicvc-3.02.a", "syscon", "simple-mfd";
60 #address-cells = <1>;
61 #size-cells = <1>;
64 compatible = "xylon,logicvc-3.02.a-gpio";
66 gpio-controller;
67 #gpio-cells = <2>;
68 gpio-line-names = "GPIO0", "GPIO1", "GPIO2", "GPIO3", "GPIO4",