forked from RobertCNelson/bb.org-overlays
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Open
lorforlinux
wants to merge
13
commits into
beagleboard:master
Choose a base branch
from
lorforlinux:bone_uart
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bone uart #180
Changes from 5 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
d536505
Virtual cape for /bone/uart/1
lorforlinux 12e15b9
Virtual cape for /bone/uart/2
lorforlinux a1bdd73
Virtual cape for /bone/uart/3
lorforlinux 2af304c
Virtual cape for /bone/uart/4
lorforlinux 9270e39
Virtual cape for /bone/uart/5
lorforlinux f39718d
add reference link
lorforlinux 6e25165
update commnets for bone_uart node
lorforlinux 06d5afb
Update bone bus UART DT overlays
lorforlinux b7eac4b
update comments
lorforlinux 1823938
renaming bone bus UART DT overlays
lorforlinux 6820862
Updated bone bus UART DT overlays
lorforlinux fe8562c
update links (bone bus UART)
lorforlinux b9f9b1b
fix pinmux
lorforlinux File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* Copyright (C) 2020 Deepak Khatri <[email protected]> | ||
* | ||
* Virtual cape for /bone/uart/1 | ||
jadonk marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
&{/chosen} { | ||
overlays { | ||
BONE-UART1-00A0 = __TIMESTAMP__; | ||
}; | ||
}; | ||
|
||
&ocp { | ||
P9_24_pinmux { status = "disabled"; }; | ||
P9_26_pinmux { status = "disabled"; }; | ||
}; | ||
|
||
&bone_uart_1 { | ||
status = "okay"; | ||
lorforlinux marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* Copyright (C) 2020 Deepak Khatri <[email protected]> | ||
* | ||
* Virtual cape for /bone/uart/2 | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
&{/chosen} { | ||
overlays { | ||
BONE-UART2-00A0 = __TIMESTAMP__; | ||
}; | ||
}; | ||
|
||
&ocp { | ||
P9_21_pinmux { status = "disabled"; }; | ||
P9_22_pinmux { status = "disabled"; }; | ||
}; | ||
|
||
&bone_uart_2 { | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* Copyright (C) 2020 Deepak Khatri <[email protected]> | ||
* | ||
* Virtual cape for /bone/uart/3 (only on BBB) | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
&{/chosen} { | ||
overlays { | ||
BONE-UART3-00A0 = __TIMESTAMP__; | ||
}; | ||
}; | ||
|
||
&ocp { | ||
P9_42_pinmux { status = "disabled"; }; | ||
}; | ||
|
||
&bone_uart_3 { | ||
status = "okay"; | ||
jadonk marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* Copyright (C) 2020 Deepak Khatri <[email protected]> | ||
* | ||
* Virtual cape for /bone/uart/4 | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
&{/chosen} { | ||
overlays { | ||
BONE-UART4-00A0 = __TIMESTAMP__; | ||
}; | ||
}; | ||
|
||
&ocp { | ||
P9_13_pinmux { status = "disabled"; }; | ||
P9_11_pinmux { status = "disabled"; }; | ||
}; | ||
|
||
&bone_uart_4 { | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* Copyright (C) 2020 Deepak Khatri <[email protected]> | ||
* | ||
* Virtual cape for /bone/uart/5 | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
&{/chosen} { | ||
overlays { | ||
BONE-UART5-00A0 = __TIMESTAMP__; | ||
}; | ||
}; | ||
|
||
&ocp { | ||
P9_37_pinmux { status = "disabled"; }; | ||
P9_38_pinmux { status = "disabled"; }; | ||
}; | ||
|
||
&bone_uart_5 { | ||
status = "okay"; | ||
lorforlinux marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}; |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 :)