mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 13:51:44 +00:00
e75bf0ea77
Add uniphier-wdt dt-bindings documentation. Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
21 lines
400 B
Plaintext
21 lines
400 B
Plaintext
UniPhier watchdog timer controller
|
|
|
|
This UniPhier watchdog timer controller must be under sysctrl node.
|
|
|
|
Required properties:
|
|
- compatible: should be "socionext,uniphier-wdt"
|
|
|
|
Example:
|
|
|
|
sysctrl@61840000 {
|
|
compatible = "socionext,uniphier-ld11-sysctrl",
|
|
"simple-mfd", "syscon";
|
|
reg = <0x61840000 0x4000>;
|
|
|
|
watchdog {
|
|
compatible = "socionext,uniphier-wdt";
|
|
}
|
|
|
|
other nodes ...
|
|
};
|