|
@@ -17,8 +17,13 @@
|
|
|
model = "MediaTek MT7622 RFB1 board";
|
|
|
compatible = "mediatek,mt7622-rfb1", "mediatek,mt7622";
|
|
|
|
|
|
+ aliases {
|
|
|
+ serial0 = &uart0;
|
|
|
+ };
|
|
|
+
|
|
|
chosen {
|
|
|
- bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n1 swiotlb=512";
|
|
|
+ stdout-path = "serial0:115200n8";
|
|
|
+ bootargs = "earlycon=uart8250,mmio32,0x11002000 swiotlb=512";
|
|
|
};
|
|
|
|
|
|
cpus {
|