Lines Matching +full:malidp +full:- +full:arqos +full:- +full:value
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/arm,malidp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Arm Mali Display Processor (Mali-DP)
10 - Liviu Dudau <Liviu.Dudau@arm.com>
11 - Andre Przywara <andre.przywara@arm.com>
22 - arm,mali-dp500
23 - arm,mali-dp550
24 - arm,mali-dp650
31 - description:
35 - description:
40 interrupt-names:
42 - const: DE
43 - const: SE
45 clock-names:
47 - const: pxlclk
48 - const: mclk
49 - const: aclk
50 - const: pclk
54 - description: the pixel clock feeding the output PLL of the processor
55 - description: the main processor clock
56 - description: the AXI interface clock
57 - description: the APB interface clock
59 memory-region:
65 arm,malidp-output-port-lines:
66 $ref: /schemas/types.yaml#/definitions/uint8-array
70 - description: number of output lines for the red channel (R)
71 - description: number of output lines for the green channel (G)
72 - description: number of output lines for the blue channel (B)
74 arm,malidp-arqos-value:
77 Quality-of-Service value for the display engine FIFOs, to write
79 See the ARM Mali-DP500 TRM for details on the encoding.
91 - compatible
92 - reg
93 - interrupts
94 - interrupt-names
95 - clocks
96 - clock-names
97 - port
98 - arm,malidp-output-port-lines
101 - |
102 dp0: malidp@6f200000 {
103 compatible = "arm,mali-dp650";
105 memory-region = <&display_reserved>;
107 interrupt-names = "DE", "SE";
109 clock-names = "pxlclk", "mclk", "aclk", "pclk";
110 arm,malidp-output-port-lines = /bits/ 8 <8 8 8>;
111 arm,malidp-arqos-value = <0xd000d000>;
115 remote-endpoint = <&tda998x_2_input>;