ARM: dts: AM335X-bone-common: 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:06 +05:30 коммит произвёл Tony Lindgren
Родитель eae3339f23
Коммит 17fad5f3ab
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -410,3 +410,8 @@
&sham {
status = "okay";
};
&rtc {
clocks = <&clk_32768_ck>, <&clkdiv32k_ick>;
clock-names = "ext-clk", "int-clk";
};

Просмотреть файл

@ -505,6 +505,8 @@
interrupts = <75
76>;
ti,hwmods = "rtc";
clocks = <&clkdiv32k_ick>;
clock-names = "int-clk";
};
spi0: spi@48030000 {