Add device tree bindings document for renesas-reset driver. This driver uses the WDT hardware to issue an immediate reset. Signed-off-by: Chris Brandt <chris.brandt@xxxxxxxxxxx> --- .../devicetree/bindings/power/reset/renesas-reset.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/reset/renesas-reset.txt diff --git a/Documentation/devicetree/bindings/power/reset/renesas-reset.txt b/Documentation/devicetree/bindings/power/reset/renesas-reset.txt new file mode 100644 index 0000000..241722d --- /dev/null +++ b/Documentation/devicetree/bindings/power/reset/renesas-reset.txt @@ -0,0 +1,15 @@ +Device-Tree bindings for Renesas WDT reset functionality + +Required properties: + - compatible: must be one or more of the following: + - "renesas,r7s72100-reset" for the r7s72100 SoC + - "renesas,wdt-reset" + This is a fallback for the above renesas,*-reset entries + + - reg: base address and length of the WDT register block + +Example node: + wdt: timer@fcfe0000 { + compatible = "renesas,r7s72100-reset", "renesas,wdt-reset"; + reg = <0xfcfe0000 0x6>; + }; -- 2.10.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html