Help getting console on UART4
Are there any specific kernel config options to get the console to work on UART4?
I feel like I've tried every permutation of build, DT, and loading configuration at this point.
I'm working on a custom board with a new 'machine' building on the Distribution package
I have the choosen node in the Device Tree with stdout-path set to the aliases uart4, deubg UART options enabled along with early printf, I tried disabling all display and touchscreen options.
The output is correctly directed for u-boot and tf-a.
I was able to configure and attach the debugger and the kernel appears to be running.
