Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: vf610-zii-spb4: Add node for switch watchdog

Add I2C child node for switch watchdog present on SPB4

Signed-off-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Chris Healy and committed by
Shawn Guo
93e881e1 c68a1c92

+19
+19
arch/arm/boot/dts/vf610-zii-spb4.dts
··· 209 209 }; 210 210 }; 211 211 212 + &i2c1 { 213 + clock-frequency = <100000>; 214 + pinctrl-names = "default"; 215 + pinctrl-0 = <&pinctrl_i2c1>; 216 + status = "okay"; 217 + 218 + watchdog@38 { 219 + compatible = "zii,rave-wdt"; 220 + reg = <0x38>; 221 + }; 222 + }; 223 + 212 224 &snvsrtc { 213 225 status = "disabled"; 214 226 }; ··· 335 323 fsl,pins = < 336 324 VF610_PAD_PTB14__I2C0_SCL 0x37ff 337 325 VF610_PAD_PTB15__I2C0_SDA 0x37ff 326 + >; 327 + }; 328 + 329 + pinctrl_i2c1: i2c1grp { 330 + fsl,pins = < 331 + VF610_PAD_PTB16__I2C1_SCL 0x37ff 332 + VF610_PAD_PTB17__I2C1_SDA 0x37ff 338 333 >; 339 334 }; 340 335