I'm working on the development of an embedded linux system using u-boot. U-boot sets the baud rate of the ttyS0 serial port with the console= bootarg, but I would also like to set the default baud rate of ttyS[1-3] (to something other than 9600).
In this system U-boot passes a device-tree (dts/dtb) to the kernel, but setting the baud rate there doesn't seem to be working.
To note, this system is similar to the canyonlands board (ppc460ex).
Is there anyway in u-boot, the kernel, or device-tree to change the default baud rate of the serial ports?