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

Commit 86f5a4a7 authored by Grzegorz Bernacki's avatar Grzegorz Bernacki Committed by Grant Likely
Browse files

powerpc/5200: On the digsy-mtc, configure PSC4 and PSC5 as UARTs



On digsy MTC PSC4 and PSC5 should be configured as UART, not PSC3 and PSC4.

Signed-off-by: default avatarGrzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 652b2db1
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -155,18 +155,18 @@
			reg = <0x1f00 0x100>;
		};

		serial@2400 {		// PSC3
			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
			reg = <0x2400 0x100>;
			interrupts = <2 3 0>;
		};

		serial@2600 {		// PSC4
			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
			reg = <0x2600 0x100>;
			interrupts = <2 11 0>;
		};

		serial@2800 {		// PSC5
			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
			reg = <0x2800 0x100>;
			interrupts = <2 12 0>;
		};

		ethernet@3000 {
			compatible = "fsl,mpc5200b-fec","fsl,mpc5200-fec";
			reg = <0x3000 0x400>;