Lines Matching +full:rg353p +full:- +full:panel
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/newvision,nv3051d.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NewVision NV3051D based LCD panel
13 - Chris Morgan <macromorgan@hotmail.com>
16 - $ref: panel-common.yaml#
21 - enum:
22 - anbernic,rg351v-panel
23 - anbernic,rg353p-panel
24 - powkiddy,rk2023-panel
25 - const: newvision,nv3051d
32 reset-gpios:
34 vdd-supply: true
37 - compatible
38 - reg
39 - backlight
44 - |
45 #include <dt-bindings/gpio/gpio.h>
47 #address-cells = <1>;
48 #size-cells = <0>;
49 panel@0 {
50 compatible = "anbernic,rg353p-panel", "newvision,nv3051d";
53 reset-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>;
54 vdd-supply = <&vcc3v3_lcd>;
58 remote-endpoint = <&mipi_out_panel>;