Skip to content

Commit

Permalink
powerpc/mpc5200: add missing MSCAN FDT nodes for TQM52xx
Browse files Browse the repository at this point in the history
This patch adds the still missing FDT nodes for the MSCAN devices for
the TQM52xx modules.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Wolfgang Grandegger authored and Grant Likely committed Jul 12, 2008
1 parent f40987b commit b0852cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/powerpc/boot/dts/tqm5200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit b0852cb

Please sign in to comment.