You need to sign in or sign up before continuing.
提交 5e01e585 编写于 作者: A Alexander Shiyan 提交者: Shawn Guo

ARM: dts: imx27-phytec-phycore-rdk: Enable 1-Wire module

This patch enables 1-Wire module for Phytec PCM-970 RDK.
Signed-off-by: NAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 dde56973
...@@ -44,6 +44,12 @@ ...@@ -44,6 +44,12 @@
>; >;
}; };
pinctrl_owire1: owire1grp {
fsl,pins = <
MX27_PAD_RTCK__OWIRE 0x0
>;
};
pinctrl_uart1: uart1grp { pinctrl_uart1: uart1grp {
fsl,pins = < fsl,pins = <
MX27_PAD_UART1_TXD__UART1_TXD 0x0 MX27_PAD_UART1_TXD__UART1_TXD 0x0
...@@ -64,6 +70,12 @@ ...@@ -64,6 +70,12 @@
}; };
}; };
&owire {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_owire1>;
status = "okay";
};
&sdhci2 { &sdhci2 {
bus-width = <4>; bus-width = <4>;
cd-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH>; cd-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册