For the RZ/A1, the only way to do a reset is to overflow the WDT.
Signed-off-by: Chris Brandt <[email protected]>
---
arch/arm/boot/dts/r7s72100.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/r7s72100.dtsi b/arch/arm/boot/dts/r7s72100.dtsi
index 614ba79..6fb4ef4 100644
--- a/arch/arm/boot/dts/r7s72100.dtsi
+++ b/arch/arm/boot/dts/r7s72100.dtsi
@@ -371,6 +371,11 @@
<0xe8202000 0x1000>;
};
+ wdt: timer@fcfe0000 {
+ compatible = "renesas,r7s72100-reset", "renesas,wdt-reset";
+ reg = <0xfcfe0000 0x6>;
+ };
+
i2c0: i2c@fcfee000 {
#address-cells = <1>;
#size-cells = <0>;
--
2.10.1