Lines Matching +full:dsi +full:- +full:based
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NewVision NV3051D based LCD panel
10 The NewVision NV3051D is a driver chip used to drive DSI panels. For now,
12 based devices.
15 - Chris Morgan <macromorgan@hotmail.com>
18 - $ref: panel-common.yaml#
23 - enum:
24 - anbernic,rg353p-panel
25 - anbernic,rg353v-panel
26 - const: newvision,nv3051d
31 reset-gpios:
33 vdd-supply: true
36 - compatible
37 - reg
38 - backlight
43 - |
44 #include <dt-bindings/gpio/gpio.h>
45 dsi {
46 #address-cells = <1>;
47 #size-cells = <0>;
49 compatible = "anbernic,rg353p-panel", "newvision,nv3051d";
52 reset-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>;
53 vdd-supply = <&vcc3v3_lcd>;
57 remote-endpoint = <&mipi_out_panel>;