repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
arm
/
freescale
/
tigerp.txt
blob
19e2aad63d6efb35cbd21edd530d057278d4fb57
1
* Freescale Tigerp platform module
2
3
Required properties:
4
- compatible : Should be "fsl,imx51-tigerp"
5
- reg : Address and length of the register set for the device
6
7
Example:
8
9
tigerp: tigerp@83fa0000 {
10
compatible = "fsl,imx51-tigerp";
11
reg = <0x83fa0000 0x28>;
12
};