Skip to content

Commit

Permalink
ARM: dts: Add RTC DT node to Exynos5420 SoC
Browse files Browse the repository at this point in the history
Adds RTC DT node to Exynos5420 SoC

Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Vikas Sajjan authored and Kukjin Kim committed Aug 25, 2013
1 parent 7378447 commit a81951d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/exynos5420.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@
interrupts = <0 47 0>;
};

rtc@101E0000 {
clocks = <&clock 317>;
clock-names = "rtc";
status = "okay";
};

serial@12C00000 {
clocks = <&clock 257>, <&clock 128>;
clock-names = "uart", "clk_uart_baud0";
Expand Down

0 comments on commit a81951d

Please sign in to comment.