Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f67605394f0ba44cff297120fda6bb407414ba75
refs/heads/master: 0c955b392ac83bcf8a8a3a087907c1c559496e07
18 changes: 18 additions & 0 deletions trunk/Documentation/devicetree/bindings/rtc/orion-rtc.txt
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>;
};

0 comments on commit 53da295

Please sign in to comment.