-
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: 308996 b: refs/heads/master c: e862e7c h: refs/heads/master v: v3
- Loading branch information
Roland Stigge
authored and
Linus Torvalds
committed
May 29, 2012
1 parent
89e5dc4
commit 7e4e04e
Showing
3 changed files
with
27 additions
and
2 deletions.
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: bcffb10f287c89ca6e4f89ef748301a9e22384d0 | ||
refs/heads/master: e862e7c4ee52c2d1a0af37a8c3a2bda079042b06 |
15 changes: 15 additions & 0 deletions
15
trunk/Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt
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,15 @@ | ||
* NXP LPC32xx SoC Real Time Clock controller | ||
|
||
Required properties: | ||
- compatible: must be "nxp,lpc3220-rtc" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: The RTC interrupt | ||
|
||
Example: | ||
|
||
rtc@40024000 { | ||
compatible = "nxp,lpc3220-rtc"; | ||
reg = <0x40024000 0x1000>; | ||
interrupts = <52 0>; | ||
}; |
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