Lines Matching +full:keembay +full:- +full:display
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/intel,keembay-display.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Intel Keem Bay display controller
10 - Anitha Chrisanthus <anitha.chrisanthus@intel.com>
11 - Edmond J Dea <edmund.j.dea@intel.com>
15 const: intel,keembay-display
19 - description: LCD registers range
21 reg-names:
23 - const: lcd
27 - description: LCD controller clock
28 - description: pll0 clock
30 clock-names:
32 - const: clk_lcd
33 - const: clk_pll0
40 description: Display output node to DSI.
43 - compatible
44 - reg
45 - reg-names
46 - clocks
47 - clock-names
48 - interrupts
49 - port
54 - |
55 #include <dt-bindings/interrupt-controller/irq.h>
56 #include <dt-bindings/interrupt-controller/arm-gic.h>
58 display@20930000 {
59 compatible = "intel,keembay-display";
61 reg-names = "lcd";
65 clock-names = "clk_lcd", "clk_pll0";
69 remote-endpoint = <&dsi_in>;