ARM: dts: AM335X-evmsk: Add the internal and external clock nodes for rtc

rtc can either be supplied from internal 32k clock or external crystal
generated 32k clock. Internal clock is SoC specific and the external
clock is board dependent. Assigning the corresponding clocks.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Keerthy 2016-10-27 11:18:08 +05:30 committed by Tony Lindgren
parent 542a7707ce
commit 3fb5c894f6
1 changed files with 5 additions and 0 deletions

View File

@ -715,3 +715,8 @@
blue-and-red-wiring = "crossed";
};
&rtc {
clocks = <&clk_32768_ck>, <&clkdiv32k_ick>;
clock-names = "ext-clk", "int-clk";
};