1 * Clock and reset bindings for CSR atlas7
4 - compatible: Should be "sirf,atlas7-car"
5 - reg: Address and length of the register set
6 - #clock-cells: Should be <1>
7 - #reset-cells: Should be <1>
9 The clock consumer should specify the desired clock by having the clock
10 ID in its "clocks" phandle cell.
11 The ID list atlas7_clks defined in drivers/clk/sirf/clk-atlas7.c
13 The reset consumer should specify the desired reset by having the reset
14 ID in its "reset" phandle cell.
15 The ID list atlas7_reset_unit defined in drivers/clk/sirf/clk-atlas7.c
17 Examples: Clock and reset controller node:
19 car: clock-controller@18620000 {
20 compatible = "sirf,atlas7-car";
21 reg = <0x18620000 0x1000>;
26 Examples: Consumers using clock or reset:
29 compatible = "sirf,macro-tick";
30 reg = <0x10dc0000 0x1000>;
40 uart1: uart@18020000 {
42 compatible = "sirf,macro-uart";
43 reg = <0x18020000 0x1000>;
45 interrupts = <0 18 0>;
50 compatible = "sirf,prima2-vpp";
51 reg = <0x13110000 0x10000>;
52 interrupts = <0 31 0>;