提交 7e059542 编写于 作者: A Anson Huang 提交者: Shawn Guo

ARM: dts: imx6sx-sabreauto: add wdog external reset

i.MX6SX Sabre Auto board has GPIO1_IO13 pin can be
MUXed as WDOG output to reset PMIC, add this function
support.
Signed-off-by: NAnson Huang <Anson.Huang@nxp.com>
Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 37accf72
...@@ -221,6 +221,12 @@ ...@@ -221,6 +221,12 @@
MX6SX_PAD_KEY_COL1__GPIO2_IO_11 0x17059 MX6SX_PAD_KEY_COL1__GPIO2_IO_11 0x17059
>; >;
}; };
pinctrl_wdog: wdoggrp {
fsl,pins = <
MX6SX_PAD_GPIO1_IO13__WDOG1_WDOG_ANY 0x30b0
>;
};
}; };
&i2c2 { &i2c2 {
...@@ -359,3 +365,9 @@ ...@@ -359,3 +365,9 @@
#gpio-cells = <2>; #gpio-cells = <2>;
}; };
}; };
&wdog1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_wdog>;
fsl,ext-reset-output;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册