-
Notifications
You must be signed in to change notification settings - Fork 11
Add bare-metal RK356x support for ROC-RK3566-PC, YY3568, and ROCK 3A #3
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
Closed
Closed
Changes from all commits
Commits
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 hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,25 @@ | ||
| # Firefly ROC-RK3566-PC | ||
|
|
||
| | Property | Value | | ||
| | --- | --- | | ||
| | Build identifier | `roc3566` | | ||
| | SoC | RK3566 | | ||
| | Model | Firefly ROC-RK3566-PC | | ||
| | Compatible | `firefly,roc-rk3566-pc`, `rockchip,rk3566` | | ||
| | User LED | GPIO0_D3, active high | | ||
| | USB host power | GPIO0_C5, active high | | ||
| | Enabled USB2 host | OHCI0 | | ||
|
|
||
| Build or load the standalone demo with: | ||
|
|
||
| ```sh | ||
| make demo_roc3566.img | ||
| make usb_roc3566 | ||
| ``` | ||
|
|
||
| The normal artifacts are `roc3566.bin` and `roc3566.img`; both require an | ||
| appended compatible payload. `demo_roc3566.bin` and `demo_roc3566.img` include | ||
| the example payload. | ||
|
|
||
| Hardware validation of UART2, HDMI, USB keyboard, SD delivery and reset is | ||
| still required before this board is considered tested. |
This file contains hidden or 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 @@ | ||
| # Radxa ROCK 3A | ||
|
|
||
| | Property | Value | | ||
| | --- | --- | | ||
| | Build identifier | `rock3a` | | ||
| | SoC | RK3568 | | ||
| | Model | Radxa ROCK 3A | | ||
| | Compatible | `radxa,rock3a`, `rockchip,rk3568` | | ||
| | User LED | GPIO0_B7, active high | | ||
| | USB host power | GPIO0_A6, active high | | ||
| | USB hub power | GPIO0_D5, active high | | ||
| | Enabled USB2 hosts | OHCI0 and OHCI1 | | ||
|
|
||
| Build or load the standalone demo with: | ||
|
|
||
| ```sh | ||
| make demo_rock3a.img | ||
| make usb_rock3a | ||
| ``` | ||
|
|
||
| The normal artifacts are `rock3a.bin` and `rock3a.img`; both require an | ||
| appended compatible payload. `demo_rock3a.bin` and `demo_rock3a.img` include | ||
| the example payload. | ||
|
|
||
| Hardware validation of UART2, HDMI, USB host and hub power, SD delivery and | ||
| reset is still required before this board is considered tested. |
This file contains hidden or 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,29 @@ | ||
| # Youyeetoo YY3568 | ||
|
|
||
| | Property | Value | | ||
| | --- | --- | | ||
| | Build identifier | `yy3568` | | ||
| | SoC | RK3568 | | ||
| | Model | Youyeetoo YY3568 | | ||
| | Compatible | `youyeetoo,yy3568`, `rockchip,rk3568` | | ||
| | Work LED | GPIO3_A4, active high | | ||
| | Blue LED | GPIO2_B2, active high | | ||
| | USB host power | GPIO0_D6, active high | | ||
| | Enabled USB2 hosts | OHCI0 and OHCI1 | | ||
|
|
||
| The board descriptor drives only the common USB host rail. It deliberately | ||
| does not configure the separate OTG power rail. | ||
|
|
||
| Build or load the standalone demo with: | ||
|
|
||
| ```sh | ||
| make demo_yy3568.img | ||
| make usb_yy3568 | ||
| ``` | ||
|
|
||
| The normal artifacts are `yy3568.bin` and `yy3568.img`; both require an | ||
| appended compatible payload. `demo_yy3568.bin` and `demo_yy3568.img` include | ||
| the example payload. | ||
|
|
||
| Hardware validation of UART2, HDMI, both USB host companions, SD delivery and | ||
| reset is still required before this board is considered tested. | ||
Oops, something went wrong.
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.
What do you mean by this?