Commit 1661636d authored by Mrugesh Katepallewar's avatar Mrugesh Katepallewar Committed by Sekhar Nori

ARM: davinci: da850: add RTC DT entries

Add RTC DT entries in da850 dts file.

Tested on da850-evm device.
Test Procedure:
$ date 2013.01.28-10:00:00 # usage: date[YYYY.]MM.DD-hh:mm[:ss]
$ hwclock -w
(reset board and check system time)
Signed-off-by: default avatarMrugesh Katepallewar <mrugesh.mk@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent c57ff58d
...@@ -27,6 +27,9 @@ serial1: serial@1d0c000 { ...@@ -27,6 +27,9 @@ serial1: serial@1d0c000 {
serial2: serial@1d0d000 { serial2: serial@1d0d000 {
status = "okay"; status = "okay";
}; };
rtc0: rtc@1c23000 {
status = "okay";
};
}; };
nand_cs3@62000000 { nand_cs3@62000000 {
status = "okay"; status = "okay";
......
...@@ -81,6 +81,13 @@ serial2: serial@1d0d000 { ...@@ -81,6 +81,13 @@ serial2: serial@1d0d000 {
interrupts = <61>; interrupts = <61>;
status = "disabled"; status = "disabled";
}; };
rtc0: rtc@1c23000 {
compatible = "ti,da830-rtc";
reg = <0x23000 0x1000>;
interrupts = <19
19>;
status = "disabled";
};
}; };
nand_cs3@62000000 { nand_cs3@62000000 {
compatible = "ti,davinci-nand"; compatible = "ti,davinci-nand";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment