Skip to content

Commit 74568da

Browse files
author
Dinh Nguyen
committed
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: Dinh Nguyen <dinguyen@opensource.altera.com> --- v2: Add removal of unused aliases
1 parent 1dfb7d2 commit 74568da

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@
2121
#address-cells = <1>;
2222
#size-cells = <1>;
2323

24-
aliases {
25-
ethernet0 = &gmac0;
26-
ethernet1 = &gmac1;
27-
ethernet2 = &gmac2;
28-
serial0 = &uart0;
29-
serial1 = &uart1;
30-
timer0 = &timer0;
31-
timer1 = &timer1;
32-
timer2 = &timer2;
33-
timer3 = &timer3;
34-
};
35-
3624
cpus {
3725
#address-cells = <1>;
3826
#size-cells = <0>;

arch/arm/boot/dts/socfpga_arria10_socdk.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
};
4141
};
4242
};
43-
44-
serial0@ffc02000 {
45-
status = "okay";
46-
};
4743
};
4844
};
45+
46+
&uart1 {
47+
status = "okay";
48+
};

0 commit comments

Comments
 (0)