-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 336582 b: refs/heads/master c: 0c955b3 h: refs/heads/master v: v3
- Loading branch information
Gregory CLEMENT
authored and
Grant Likely
committed
Dec 10, 2012
1 parent
95190c8
commit 53da295
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: f67605394f0ba44cff297120fda6bb407414ba75 | ||
refs/heads/master: 0c955b392ac83bcf8a8a3a087907c1c559496e07 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
* Mvebu Real Time Clock | ||
|
||
RTC controller for the Kirkwood, the Dove, the Armada 370 and the | ||
Armada XP SoCs | ||
|
||
Required properties: | ||
- compatible : Should be "marvell,orion-rtc" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: IRQ line for the RTC. | ||
|
||
Example: | ||
|
||
rtc@10300 { | ||
compatible = "marvell,orion-rtc"; | ||
reg = <0xd0010300 0x20>; | ||
interrupts = <50>; | ||
}; |