Lines Matching +full:vccio +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/jadard,jd9365da-h3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Jadard JD9365DA-HE WXGA DSI panel
10 - Jagan Teki <jagan@edgeble.ai>
13 - $ref: panel-common.yaml#
18 - enum:
19 - chongzhou,cz101b4001
20 - radxa,display-10hd-ad001
21 - radxa,display-8hd-ad002
22 - const: jadard,jd9365da-h3
26 vdd-supply:
27 description: supply regulator for VDD, usually 3.3V
29 vccio-supply:
30 description: supply regulator for VCCIO, usually 1.8V
32 reset-gpios: true
39 - compatible
40 - reg
41 - vdd-supply
42 - vccio-supply
43 - reset-gpios
48 - |
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/pinctrl/rockchip.h>
53 #address-cells = <1>;
54 #size-cells = <0>;
57 compatible = "chongzhou,cz101b4001", "jadard,jd9365da-h3";
59 vdd-supply = <&lcd_3v3>;
60 vccio-supply = <&vcca_1v8>;
61 reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>;
66 remote-endpoint = <&mipi_out_panel>;