Hi, > + chosen { > + stdout-path = "serial0:115200n8"; > + bootargs = "earlycon=uart8250,mmio32,0x66130000"; > + }; You shouldn't need those earlycon arguments if your driver has of_earlycon support. If that's currently missing, could you add that instead? Thanks, Mark.