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
sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
power
/
reset
/
st-reset.txt
blob
83734dc3a389771ea061d9c71f4a00c7589e5fcf
1
*Device-Tree bindings for ST SW reset functionality
2
3
Required properties:
4
- compatible: should be "stih407-restart".
5
- st,syscfg: should be a phandle of the syscfg node.
6
7
Example node:
8
restart {
9
compatible = "st,stih407-restart";
10
st,syscfg = <&syscfg_sbc_reg>;
11
status = "okay";
12
};