mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 10:56:40 +00:00
7ec9f34a03
ARC Timers have historically been probed directly. As precursor to start probing Timers thru DT introduce these bindings Note that to keep series bisectable, these bindings are not yet used in code. Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: devicetree@vger.kernel.org Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs
|
|
- clocksource provider for UP SoC
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be "snps,archs-rtc"
|
|
- clocks : phandle to the source clock
|
|
|
|
Example:
|
|
|
|
rtc {
|
|
compatible = "snps,arc-rtc";
|
|
clocks = <&core_clk>;
|
|
};
|