1 * Sigma Designs Tango4 Clock Generator
3 The Tango4 clock generator outputs cpu_clk and sys_clk (the latter is used
4 for RAM and various peripheral devices). The clock binding described here
5 is applicable to all Tango4 SoCs.
9 - compatible: should be "sigma,tango4-clkgen".
10 - reg: physical base address of the device and length of memory mapped region.
11 - clocks: phandle of the input clock (crystal oscillator).
12 - clock-output-names: should be "cpuclk" and "sysclk".
13 - #clock-cells: should be set to 1.
17 clkgen: clkgen@10000 {
18 compatible = "sigma,tango4-clkgen";
21 clock-output-names = "cpuclk", "sysclk";