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
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
arm
/
atmel-pmc.txt
blob
389bed5056e8ec8e6bdcf5806b60b9db3a2c4150
1
* Power Management Controller (PMC)
2
3
Required properties:
4
- compatible: Should be "atmel,at91rm9200-pmc"
5
- reg: Should contain PMC registers location and length
6
7
Examples:
8
pmc: pmc@fffffc00 {
9
compatible = "atmel,at91rm9200-pmc";
10
reg = <0xfffffc00 0x100>;
11
};