-
Notifications
You must be signed in to change notification settings - Fork 176
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
Bone uart #180
base: master
Are you sure you want to change the base?
Bone uart #180
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the pinmuxes. Also, in the commits, please reference the change in the base device tree required to make it work.
src/arm/BONE-UART1-00A0.dts
Outdated
@@ -0,0 +1,36 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These filenames don't match the specification in the wiki: https://elinux.org/Beagleboard:BeagleBone_cape_interface_spec#.2Fdev.2Fbone.2Fuart.2F1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't want to touch those as they are not interfering with these, people might want to use those. I was thinking of updating the links after the merge, else they will show 404 not found. Also, I am working on the tutorial/usage of these overlays :)
@RobertCNelson @jadonk, these overlays are compatible with both BBB and BBAI :)
Depends on the changes made in beagleboard/BeagleBoard-DeviceTrees#17