-
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: 304424 b: refs/heads/master c: 1f9e349 h: refs/heads/master v: v3
- Loading branch information
Roland Stigge
authored and
Greg Kroah-Hartman
committed
Apr 24, 2012
1 parent
ddb4f01
commit d406116
Showing
3 changed files
with
27 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: 057340e3de29cc0664a4f97b17cfffd6b083d647 | ||
refs/heads/master: 1f9e349460389963838aa5428425e7dc31000af6 |
16 changes: 16 additions & 0 deletions
16
trunk/Documentation/devicetree/bindings/staging/iio/adc/lpc32xx-adc.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,16 @@ | ||
* NXP LPC32xx SoC ADC controller | ||
|
||
Required properties: | ||
- compatible: must be "nxp,lpc3220-adc" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: The ADC interrupt | ||
|
||
Example: | ||
|
||
adc@40048000 { | ||
compatible = "nxp,lpc3220-adc"; | ||
reg = <0x40048000 0x1000>; | ||
interrupt-parent = <&mic>; | ||
interrupts = <39 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