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

Commit 74568da4 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: socfpga: dts: enable UART1 for the debug uart



Arria10 devkit is using UART1 for the debug uart port. Remove
unused aliases.

Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
---
v2: Add removal of unused aliases
parent 1dfb7d2f
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -21,18 +21,6 @@
	#address-cells = <1>;
	#size-cells = <1>;

	aliases {
		ethernet0 = &gmac0;
		ethernet1 = &gmac1;
		ethernet2 = &gmac2;
		serial0 = &uart0;
		serial1 = &uart1;
		timer0 = &timer0;
		timer1 = &timer1;
		timer2 = &timer2;
		timer3 = &timer3;
	};

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;
+4 −4
Original line number Diff line number Diff line
@@ -40,9 +40,9 @@
				};
			};
		};

		serial0@ffc02000 {
			status = "okay";
	};
};

&uart1 {
	status = "okay";
};