提交 733f6cae 编写于 作者: M Markus Pargmann 提交者: Shawn Guo

ARM: dts: imx27 iomux device node

This patch adds a iomux node for imx27 pinctrl driver. The gpio
registers are embedded in the iomux memory area. So this patch moves
them into the iomux node for a better hardware description.
Signed-off-by: NMarkus Pargmann <mpa@pengutronix.de>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 1e728b3a
...@@ -236,6 +236,13 @@ ...@@ -236,6 +236,13 @@
status = "disabled"; status = "disabled";
}; };
iomuxc: iomuxc@10015000 {
compatible = "fsl,imx27-iomuxc";
reg = <0x10015000 0x600>;
#address-cells = <1>;
#size-cells = <1>;
ranges;
gpio1: gpio@10015000 { gpio1: gpio@10015000 {
compatible = "fsl,imx27-gpio", "fsl,imx21-gpio"; compatible = "fsl,imx27-gpio", "fsl,imx21-gpio";
reg = <0x10015000 0x100>; reg = <0x10015000 0x100>;
...@@ -295,6 +302,7 @@ ...@@ -295,6 +302,7 @@
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
}; };
};
audmux: audmux@10016000 { audmux: audmux@10016000 {
compatible = "fsl,imx27-audmux", "fsl,imx21-audmux"; compatible = "fsl,imx27-audmux", "fsl,imx21-audmux";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册