mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ARM: dts: Add RTC entry for dm816x
Add RTC entry for dm816x. Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
f22b0b4f21
commit
5a28f4339b
1 changed files with 7 additions and 0 deletions
|
@ -216,6 +216,13 @@
|
|||
reg = <0x48200000 0x1000>;
|
||||
};
|
||||
|
||||
rtc: rtc@480c0000 {
|
||||
compatible = "ti,am3352-rtc", "ti,da830-rtc";
|
||||
reg = <0x480c0000 0x1000>;
|
||||
interrupts = <75 76>;
|
||||
ti,hwmods = "rtc";
|
||||
};
|
||||
|
||||
mailbox: mailbox@480c8000 {
|
||||
compatible = "ti,omap4-mailbox";
|
||||
reg = <0x480c8000 0x2000>;
|
||||
|
|
Loading…
Add table
Reference in a new issue