brintos

brintos / linux-shallow public Read only

0
0
Text · 280 B · 47bd7a7 Raw
15 lines · plain
1Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs2- clocksource provider for UP SoC3 4Required properties:5 6- compatible : should be "snps,archs-rtc"7- clocks     : phandle to the source clock8 9Example:10 11	rtc {12		compatible = "snps,arc-rtc";13		clocks = <&core_clk>;14	};15