-
Notifications
You must be signed in to change notification settings - Fork 1.7k
UART Information missing in Rpi1 / Rpi2 DTB #393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It exists in a more complete form in FreeBSD's rpi(1) dts: http://cgit.haiku-os.org/haiku/tree/src/data/dts/arch/arm/rpi.dts#n382 http://cgit.haiku-os.org/haiku/tree/src/data/dts/arch/arm/bcm2835.dtsi#n465 As more and more projects move to FDT's, please fix the one the foundation provides. (and provide dts vs dtb's?) |
ping @pelwell |
It could be added, but what would it achieve? I don't understand your comment about DTS vs DTB - all of the DTS files are available in the source tree, but DTB files are what users need. |
Adding the uart base makes it possible for kernels to pick up the serial configuration without knowing too many details of the board at compile time. "if everyone else provides this, we should too" FDT's are complex enough without some SOC's leaving out basic things like uart locations :-) As for the DTS vs DTB, didn't realize the DTS was out there :-) Ignore that bit. |
Here is an example usage: http://cgit.haiku-os.org/haiku/tree/src/system/kernel/platform/u-boot/fdt_serial.cpp#n25 |
Provided it plays nicely with earlyprintk then I think we could add this. |
Here is a gentle nudge in the right direction:
|
Can we close this now? |
@kallisti5 can this be closed? |
Looks great! This makes the Raspberry Pi a lot more standard and open. Thanks for the hard work on this one! |
The PL011 UART information is missing in the Raspberry Pi 2's DTB...
The text was updated successfully, but these errors were encountered: