Lines Matching +full:clock +full:- +full:for +full:- +full:clock
1 Clock bindings for ST-Ericsson Ux500 clocks
4 - compatible : shall contain only one of the following:
5 "stericsson,u8500-clks"
6 "stericsson,u8540-clks"
7 "stericsson,u9540-clks"
8 - reg : shall contain base register location and length for
13 - prcmu-clock: a subnode with one clock cell for PRCMU (power,
15 clock in the prcmu-clock node the consumer wants to use.
16 - prcc-periph-clock: a subnode with two clock cells for
17 PRCC (programmable reset- and clock controller) peripheral clocks.
20 cell indicates which clock inside the PRCC block it wants,
22 - prcc-kernel-clock: a subnode with two clock cells for
23 PRCC (programmable reset- and clock controller) kernel clocks
26 cell indicates which clock inside the PRCC block it wants,
28 - rtc32k-clock: a subnode with zero clock cells for the 32kHz
29 RTC clock.
30 - smp-twd-clock: a subnode for the ARM SMP Timer Watchdog cluster
31 with zero clock cells.
36 compatible = "stericsson,u8500-clks";
38 * Registers for the CLKRST block on peripheral
45 prcmu_clk: prcmu-clock {
46 #clock-cells = <1>;
49 prcc_pclk: prcc-periph-clock {
50 #clock-cells = <2>;
53 prcc_kclk: prcc-kernel-clock {
54 #clock-cells = <2>;
57 rtc_clk: rtc32k-clock {
58 #clock-cells = <0>;
61 smp_twd_clk: smp-twd-clock {
62 #clock-cells = <0>;