mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 16:20:55 +07:00
watchdog: digicolor: document device tree binding
Add a device tree binding documentation to the watchdog hardware block on the Conexant CX92755 SoC. The CX92755 is from the Digicolor SoCs series. Other SoCs in that series may share the same hardware block. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
parent
feccebe9a9
commit
b0abc8ff75
25
Documentation/devicetree/bindings/watchdog/digicolor-wdt.txt
Normal file
25
Documentation/devicetree/bindings/watchdog/digicolor-wdt.txt
Normal file
@ -0,0 +1,25 @@
|
||||
Conexant Digicolor SoCs Watchdog timer
|
||||
|
||||
The watchdog functionality in Conexant Digicolor SoCs relies on the so called
|
||||
"Agent Communication" block. This block includes the eight programmable system
|
||||
timer counters. The first timer (called "Timer A") is the only one that can be
|
||||
used as watchdog.
|
||||
|
||||
Required properties:
|
||||
|
||||
- compatible : Should be "cnxt,cx92755-wdt"
|
||||
- reg : Specifies base physical address and size of the registers
|
||||
- clocks : phandle; specifies the clock that drives the timer
|
||||
|
||||
Optional properties:
|
||||
|
||||
- timeout-sec : Contains the watchdog timeout in seconds
|
||||
|
||||
Example:
|
||||
|
||||
watchdog@f0000fc0 {
|
||||
compatible = "cnxt,cx92755-wdt";
|
||||
reg = <0xf0000fc0 0x8>;
|
||||
clocks = <&main_clk>;
|
||||
timeout-sec = <15>;
|
||||
};
|
Loading…
Reference in New Issue
Block a user