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
ARM: rockchip: fix broken build
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
reset
/
socfpga-reset.txt
blob
32c1c8bfd5dc55ea813275bf71c5b96699bf279b
1
Altera SOCFPGA Reset Manager
2
3
Required properties:
4
- compatible : "altr,rst-mgr"
5
- reg : Should contain 1 register ranges(address and length)
6
- #reset-cells: 1
7
8
Example:
9
rstmgr@ffd05000 {
10
#reset-cells = <1>;
11
compatible = "altr,rst-mgr";
12
reg = <0xffd05000 0x1000>;
13
};