提交 b0852cb8 编写于 作者: W Wolfgang Grandegger 提交者: Grant Likely

powerpc/mpc5200: add missing MSCAN FDT nodes for TQM52xx

This patch adds the still missing FDT nodes for the MSCAN devices for
the TQM52xx modules.
Signed-off-by: NWolfgang Grandegger <wg@grandegger.com>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 f40987b6
......@@ -70,6 +70,20 @@
fsl,has-wdt;
};
can@900 {
compatible = "fsl,mpc5200-mscan";
interrupts = <2 17 0>;
interrupt-parent = <&mpc5200_pic>;
reg = <0x900 0x80>;
};
can@980 {
compatible = "fsl,mpc5200-mscan";
interrupts = <2 18 0>;
interrupt-parent = <&mpc5200_pic>;
reg = <0x980 0x80>;
};
gpio@b00 {
compatible = "fsl,mpc5200-gpio";
reg = <0xb00 0x40>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册