Add internal tick generator which is shared by all cores. Each cluster of cores view it through dedicated address. This is used for SMP system where all CPUs synced by same clock source. Signed-off-by: Noam Camus <noamc@ezchip.com> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Rob Herring <robh+dt@kernel.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: John Stultz <john.stultz@linaro.org> Acked-by: Vineet Gupta <vgupta@synopsys.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
15 lines
295 B
Text
15 lines
295 B
Text
NPS Network Processor
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be "ezchip,nps400-timer"
|
|
|
|
Clocks required for compatible = "ezchip,nps400-timer":
|
|
- clocks : Must contain a single entry describing the clock input
|
|
|
|
Example:
|
|
|
|
timer {
|
|
compatible = "ezchip,nps400-timer";
|
|
clocks = <&sysclk>;
|
|
};
|