Files
kernel_oneplus_sm8550-devic…/bindings/timer/snps,archs-rtc.txt
Vamsi Krishna Lanka 1cc7395a15 dt-bindings: Add devicetree bindings to devicetree project
Add devicetree bindings snapshot to the devicetree project

Change-Id: Ic48a6fa76bbc126bd8f6bafc7678e7afbc3f18cf
2021-06-01 22:51:58 -07:00

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>;
};