ARM: dts: vf610-zii-ssmb-spu3: Add node for switch watchdog
authorChris Healy <cphealy@gmail.com>
Wed, 15 Jul 2020 22:07:58 +0000 (15:07 -0700)
committerShawn Guo <shawnguo@kernel.org>
Mon, 20 Jul 2020 03:21:05 +0000 (11:21 +0800)
Add I2C child node for switch watchdog present on SPU3

Signed-off-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts

index 8011331..b6b0f30 100644 (file)
        };
 };
 
+&i2c1 {
+       clock-frequency = <100000>;
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_i2c1>;
+       status = "okay";
+
+       watchdog@38 {
+               compatible = "zii,rave-wdt";
+               reg = <0x38>;
+       };
+};
+
 &snvsrtc {
        status = "disabled";
 };