📜  u-boot 中的附加 UART - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:13.446000             🧑  作者: Mango

代码示例2
That would indeed be useful. I was facing a similar issue of having to
initialize multiple UARTs, and ended up probing additional instances
manually from the board file using the respective DM functions
(unreleased code). 

Not pretty but it worked. 

I'll be happy to test such a patch if created.