-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Introduce BL70x SoC #94004
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
base: main
Are you sure you want to change the base?
Introduce BL70x SoC #94004
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
7f326f2
to
7637707
Compare
enables building the pr, will be removed Signed-off-by: Camille BAUD <[email protected]>
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.
same principle as the #94024 (review)
Introduce most basic DTS for BL70x Signed-off-by: Camille BAUD <[email protected]>
|
Adds SoC folder contents for BL70x Signed-off-by: Camille BAUD <[email protected]>
Adds the syscon node Signed-off-by: Camille BAUD <[email protected]>
BL70x = BL60x in this case Signed-off-by: Camille BAUD <[email protected]>
This adds the pinctrl node Signed-off-by: Camille BAUD <[email protected]>
BL70x = BL60x here Signed-off-by: Camille BAUD <[email protected]>
This adds the clock_control nodes and bindings Signed-off-by: Camille BAUD <[email protected]>
Adds clock_control driver for BL70x Signed-off-by: Camille BAUD <[email protected]>
Adds the uart node for BL70x Signed-off-by: Camille BAUD <[email protected]>
BL70x almost equal BL60x here Signed-off-by: Camille BAUD <[email protected]>
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.
soc/board files OK
Introduce a bl70x board Signed-off-by: Camille BAUD <[email protected]>
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.
soc/board files OK
Introduces Bl70x soc and one board to build with.
Clock control is similar to bl60x, but i thought it wasnt close enough to use defines in there.