powerpc/mpc5200: add missing MSCAN FDT nodes for TQM52xx
[deliverable/linux.git] / arch / powerpc / boot / dts / tqm5200.dts
index 773a68e0005813de3918fa8031538ae50721a186..3008bf8830c1a1579115d8d4d362c4d7c7a2ff3a 100644 (file)
                        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>;
This page took 0.024117 seconds and 5 git commands to generate.