提交 a682b3f7 编写于 作者: F Fabio Estevam 提交者: Albert ARIBAUD

MX5: Add iomux structure

Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
上级 ac4020e3
......@@ -358,6 +358,29 @@ struct weim {
u32 ear;
};
#if defined(CONFIG_MX51)
struct iomuxc {
u32 gpr0;
u32 gpr1;
u32 omux0;
u32 omux1;
u32 omux2;
u32 omux3;
u32 omux4;
};
#elif defined(CONFIG_MX53)
struct iomuxc {
u32 gpr0;
u32 gpr1;
u32 gpr2;
u32 omux0;
u32 omux1;
u32 omux2;
u32 omux3;
u32 omux4;
};
#endif
/* GPIO Registers */
struct gpio_regs {
u32 gpio_dr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册