|
@@ -16,8 +16,13 @@
|
|
|
model = "Bananapi BPI-R64";
|
|
|
compatible = "bananapi,bpi-r64", "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 {
|