-
Notifications
You must be signed in to change notification settings - Fork 7.7k
soc: ambiq: apollo2: Add support for Apollo2 SOC Series #93614
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?
Conversation
Add pinctrl bindings for apollo2 soc Signed-off-by: Sri Surya <srisurya@linumiz.com>
This commit adds pinctrl support for Apollo2 SoC. Signed-off-by: Sri Surya <srisurya@linumiz.com>
Added UART Support for Apollo2 SOC and cleanup. Signed-off-by: Sri Surya <srisurya@linumiz.com>
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 impostor SHA Note: This message is automatically posted and updated by the Manifest GitHub Action. |
config SYS_CLOCK_HW_CYCLES_PER_SEC | ||
default 32768 |
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.
value should be at soc level and needs to come from dts property
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.
Addressed.
group1 { | ||
pinmux = <UART0TX_P22>; | ||
}; | ||
group2 { |
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.
newline gap between nodes, line 15, fix in whole PR
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.
Addressed.
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.
reduce resolution, save as webp, put through https://tinypng.com/
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.
Addressed.
Added DTSI for Apollo2 SOC family Signed-off-by: Sri Surya <srisurya@linumiz.com>
Added SoC series for the Ambiq Apollo2 SoC. Signed-off-by: Sri Surya <srisurya@linumiz.com>
Adds support for the Ambiq Apollo2 EVB board (AMAPHEVB). Signed-off-by: Sri Surya <srisurya@linumiz.com>
@nordicjm Addressed your Change request. Check once when you revisit. Thanks. |
|
Added basic UART Functionality for Apollo2 SoC Series and Modifying the ambiq pl011 uart driver to avoid multiple n instances. Hello_World and Shell Samples tested OK.
Data Sheet : https://www.fujitsu.com/uk/imagesgig5/Apollo2_Blue_MCU_Data_Sheet_rev0p8.pdf or https://ambiq.com/apollo2/
Signed-off-by: Sri Surya srisurya@linumiz.com