Commit 983467be authored by Chris Healy's avatar Chris Healy Committed by Shawn Guo
Browse files

ARM: dts: vf610-zii-ssmb-spu3: Add node for switch watchdog



Add I2C child node for switch watchdog present on SPU3

Signed-off-by: default avatarChris Healy <cphealy@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2b4bd734
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -228,6 +228,18 @@ eeprom@52 {
	};
};

&i2c1 {
	clock-frequency = <100000>;
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_i2c1>;
	status = "okay";

	watchdog@38 {
		compatible = "zii,rave-wdt";
		reg = <0x38>;
	};
};

&snvsrtc {
	status = "disabled";
};