Commit d3d0b996 authored by John Crispin's avatar John Crispin Committed by Matthias Brugger

arm: dts: mt7623: cleanup the mt7623n rfb uart nodes

This patch does a cleanup of the uart nodes in the dts file of the RFB. It
adds aliases, enables 2 more uarts and explicitly sets the uart mode of the
console.
Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarSean Wang <sean.wang@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 5fd1f96c
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
/ { / {
chosen { chosen {
stdout-path = &uart2; stdout-path = "serial2:115200n8";
}; };
cpus { cpus {
...@@ -43,6 +43,20 @@ cpu3 { ...@@ -43,6 +43,20 @@ cpu3 {
memory@80000000 { memory@80000000 {
reg = <0 0x80000000 0 0x40000000>; reg = <0 0x80000000 0 0x40000000>;
}; };
aliases {
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
};
};
&uart0 {
status = "okay";
};
&uart1 {
status = "okay";
}; };
&uart2 { &uart2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment