1 --------------------------------------------------------------------------
2 Device Tree Clock bindings for the Zynq Ultrascale+ MPSoC controlled using
3 Zynq MPSoC firmware interface
4 --------------------------------------------------------------------------
5 The clock controller is a h/w block of Zynq Ultrascale+ MPSoC clock
6 tree. It reads required input clock frequencies from the devicetree and acts
7 as clock provider for all clock consumers of PS clocks.
9 See clock_bindings.txt for more information on the generic clock bindings.
12 - #clock-cells: Must be 1
13 - compatible: Must contain: "xlnx,zynqmp-clk"
14 - clocks: List of clock specifiers which are external input
15 clocks to the given clock controller. Please refer
16 the next section to find the input clocks for a
18 - clock-names: List of clock names which are exteral input clocks
19 to the given clock controller. Please refer to the
20 clock bindings for more details.
22 Input clocks for zynqmp Ultrascale+ clock controller:
24 The Zynq UltraScale+ MPSoC has one primary and four alternative reference clock
25 inputs. These required clock inputs are:
26 - pss_ref_clk (PS reference clock)
27 - video_clk (reference clock for video system )
28 - pss_alt_ref_clk (alternative PS reference clock)
30 - gt_crx_ref_clk (transceiver reference clock)
32 The following strings are optional parameters to the 'clock-names' property in
33 order to provide an optional (E)MIO clock source:
40 - mio_clk_XX # with XX = 00..77
41 - mio_clk_50_or_51 #for the mux clock to gem tsu from 50 or 51
44 Output clocks are registered based on clock information received
45 from firmware. Output clocks indexes are mentioned in
46 include/dt-bindings/clock/xlnx-zynqmp-clk.h.
53 zynqmp_firmware: zynqmp-firmware {
54 compatible = "xlnx,zynqmp-firmware";
56 zynqmp_clk: clock-controller {
58 compatible = "xlnx,zynqmp-clk";
59 clocks = <&pss_ref_clk>, <&video_clk>, <&pss_alt_ref_clk>, <&aux_ref_clk>, <>_crx_ref_clk>;
60 clock-names = "pss_ref_clk", "video_clk", "pss_alt_ref_clk","aux_ref_clk", "gt_crx_ref_clk";