Commit 88d22f13 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

ARM: dts: imx6sll-evk: use WDOG_B pin reset

i.MX6SLL EVK board has WDOG_B pin connected to the PMIC;

Add the WDOG_B pinctrl entry and 'fsl,ext-reset-output'
property to wdog node to let watchdog trigger a system
POR reset via the PMIC.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 366a209c
......@@ -314,6 +314,12 @@ &usdhc3 {
status = "okay";
};
&wdog1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_wdog1>;
fsl,ext-reset-output;
};
&iomuxc {
pinctrl_reg_sd3_vmmc: sd3vmmcgrp {
fsl,pins = <
......@@ -479,4 +485,10 @@ pinctrl_pwm1: pmw1grp {
MX6SLL_PAD_PWM1__PWM1_OUT 0x110b0
>;
};
pinctrl_wdog1: wdog1grp {
fsl,pins = <
MX6SLL_PAD_WDOG_B__WDOG1_B 0x170b0
>;
};
};
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