mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-26 21:59:21 +07:00
15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
|
* 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";
|
||
|
};
|