Lines Matching +full:sub +full:- +full:processor
1 ARM Mali-DP
9 - compatible: should be one of
10 "arm,mali-dp500"
11 "arm,mali-dp550"
12 "arm,mali-dp650"
14 - reg: Physical base address and size of the block of registers used by
15 the processor.
16 - interrupts: Interrupt list, as defined in ../interrupt-controller/interrupts.txt,
18 - interrupt-names: name of the engine inside the processor that will
20 - clocks: A list of phandle + clock-specifier pairs, one for each entry
21 in 'clock-names'
22 - clock-names: A list of clock names. It should contain:
23 - "pclk": for the APB interface clock
24 - "aclk": for the AXI interface clock
25 - "mclk": for the main processor clock
26 - "pxlclk": for the pixel clock feeding the output PLL of the processor.
27 - arm,malidp-output-port-lines: Array of u8 values describing the number
30 Required sub-nodes:
31 - port: The Mali DP connection to an encoder input port. The connection
36 - memory-region: phandle to a node describing memory (see
37 Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt)
40 - arm,malidp-arqos-high-level: integer of u32 value describing the ARQoS
50 compatible = "arm,mali-dp650";
52 memory-region = <&display_reserved>;
55 interrupt-names = "DE", "SE";
57 clock-names = "pxlclk", "mclk", "aclk", "pclk";
58 arm,malidp-output-port-lines = /bits/ 8 <8 8 8>;
59 arm,malidp-arqos-high-level = <0xd000d000>;
62 remote-endpoint = <&tda998x_2_input>;