Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0852cb8 authored by Wolfgang Grandegger's avatar Wolfgang Grandegger Committed by Grant Likely
Browse files

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: default avatarWolfgang Grandegger <wg@grandegger.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent f40987b6
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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>;