Commit 4c997d12 authored by Andrey Smirnov's avatar Andrey Smirnov Committed by Shawn Guo

arm64: dts: zii-ultra: Add node for switch watchdog

Add I2C node for switch watchdog present on both Zest and RMB3 boards.
Signed-off-by: default avatarAndrey Smirnov <andrew.smirnov@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org,
Cc: linux-kernel@vger.kernel.org
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2600069f
......@@ -400,6 +400,11 @@ usbhub: usbhub@2c {
reg = <0x2c>;
reset-gpios = <&gpio3 25 GPIO_ACTIVE_LOW>;
};
watchdog@38 {
compatible = "zii,rave-wdt";
reg = <0x38>;
};
};
&i2c4 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment