Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
15a1e1bafe2c924db6d370ad892d7da6c7d83598
/
.
/
Documentation
/
devicetree
/
bindings
/
watchdog
/
marvel.txt
blob: 0b2503ab0a056f3dd2825207aef79aad7dac6267 [
file
] [
log
] [
blame
]
* Marvell Orion Watchdog Time
Required Properties:
- Compatibility : "marvell,orion-wdt"
- reg : Address of the timer registers
Example:
wdt@20300 {
compatible = "marvell,orion-wdt";
reg = <0x20300 0x28>;
status = "okay";
};