diff options
author | 2020-07-15 15:07:58 -0700 | |
---|---|---|
committer | 2020-07-20 11:21:05 +0800 | |
commit | 983467bef4519d9ec11c11c8532cd1a5e210ae6c (patch) | |
tree | 122806bdf53f05fc6cd0897b5a009314a1fb18b9 | |
parent | ARM: dts: vf610-zii-ssmb-dtu: Add no-sdio/no-sd properties (diff) | |
download | linux-dev-983467bef4519d9ec11c11c8532cd1a5e210ae6c.tar.xz linux-dev-983467bef4519d9ec11c11c8532cd1a5e210ae6c.zip |
ARM: dts: vf610-zii-ssmb-spu3: Add node for switch watchdog
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>
-rw-r--r-- | arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts b/arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts index 801133154e3d..b6b0f302b7b4 100644 --- a/arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts +++ b/arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts @@ -228,6 +228,18 @@ }; }; +&i2c1 { + clock-frequency = <100000>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_i2c1>; + status = "okay"; + + watchdog@38 { + compatible = "zii,rave-wdt"; + reg = <0x38>; + }; +}; + &snvsrtc { status = "disabled"; }; |