Lines Matching +full:vddi +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/mantix,mlaf057we51-x.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Mantix MLAF057WE51-X 5.7" 720x1440 TFT LCD panel
10 - Guido Günther <agx@sigxcpu.org>
14 a MIPI-DSI video interface.
17 - $ref: panel-common.yaml#
22 - mantix,mlaf057we51-x
29 avdd-supply:
30 description: Positive analog power supply
32 avee-supply:
33 description: Negative analog power supply
35 vddi-supply:
36 description: 1.8V I/O voltage supply
38 reset-gpios: true
40 'mantix,tp-rstn-gpios':
46 - compatible
47 - reg
48 - avdd-supply
49 - avee-supply
50 - vddi-supply
51 - reset-gpios
56 - |
57 #include <dt-bindings/gpio/gpio.h>
60 #address-cells = <1>;
61 #size-cells = <0>;
63 compatible = "mantix,mlaf057we51-x";
65 avdd-supply = <®_avdd>;
66 avee-supply = <®_avee>;
67 vddi-supply = <®_1v8_p>;
68 reset-gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
69 mantix,tp-rstn-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;