forked from Minki/linux
0c5691f008
Signed-off-by: Carlo Caione <carlo@caione.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
Meson SoCs Watchdog timer
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be "amlogic,meson6-wdt"
|
|
- reg : Specifies base physical address and size of the registers.
|
|
|
|
Example:
|
|
|
|
wdt: watchdog@c1109900 {
|
|
compatible = "amlogic,meson6-wdt";
|
|
reg = <0xc1109900 0x8>;
|
|
};
|