Lines Matching +full:clock +full:- +full:bindings
1 Device Tree bindings for Arm Komeda display driver
4 - compatible: Should be "arm,mali-d71"
5 - reg: Physical base address and length of the registers in the system
6 - interrupts: the interrupt line number of the device in the system
7 - clocks: A list of phandle + clock-specifier pairs, one for each entry
8 in 'clock-names'
9 - clock-names: A list of clock names. It should contain:
10 - "aclk": for the main processor clock
11 - #address-cells: Must be 1
12 - #size-cells: Must be 0
13 - iommus: configure the stream id to IOMMU, Must be configured if want to
15 devicetree/bindings/iommu/arm,smmu-v3.txt,
16 devicetree/bindings/iommu/iommu.txt
18 Required properties for sub-node: pipeline@nq
19 Each device contains one or two pipeline sub-nodes (at least one), each
21 - reg: Zero-indexed identifier for the pipeline
22 - clocks: A list of phandle + clock-specifier pairs, one for each entry
23 in 'clock-names'
24 - clock-names: should contain:
25 - "pxclk": pixel clock
27 - port: each pipeline connect to an encoder input port. The connection is
28 modeled using the OF graph bindings specified in
29 Documentation/devicetree/bindings/graph.txt
32 - memory-region: phandle to a node describing memory (see
33 Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt)
42 #address-cells = <1>;
43 #size-cells = <0>;
44 compatible = "arm,mali-d71";
48 clock-names = "aclk";
55 clock-names = "pxclk";
60 remote-endpoint = <&db_dvi0_in>;
67 clock-names = "pxclk";
72 remote-endpoint = <&db_dvi1_in>;