-
Notifications
You must be signed in to change notification settings - Fork 8.1k
soc: dts: drivers: add SoCs for amebadplus series #78036
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
Hello @zjian-zhang, and thank you very much for your first pull request to the Zephyr project! |
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 added project Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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 read and follow the contribution guidelines https://docs.zephyrproject.org/latest/contribute/guidelines.html#contribute-guidelines we do not shove everything into a single commit for multiple areas, they must be distinct
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
|
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.
Looked it over, many things beyond my area of maintainership so I'm going to reassign, only one comment from me.
@@ -0,0 +1,88 @@ | |||
# Copyright (c) 2024 Realtek Semiconductor Corp. |
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.
Lots of 2024 copyrights here, not a big deal to me but it is 2025
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.
That's a fair observation! The 2024 reflects when the project was initially created or files were generated. While some projects update yearly and you'll see newly added files dated 2025, others keep the original year. But I appreciate the attention to detail!
a0caba1
to
10eafcb
Compare
dbbfee9
to
c320a8a
Compare
Realtek HAL (Hardware Abstraction Layer) provides a low level peripheral configuration function. Signed-off-by: zjian zhang <[email protected]>
add initial version of devicetree for amebadplus SOC. amebadplus devicetree file is main platform dtsi file, which should be included from board dts (e.g rtl872xda_evb.dts) Signed-off-by: zjian zhang <[email protected]>
Add initial version of Amebadplus Soc integration Signed-off-by: zjian zhang <[email protected]>
add amebadplus pin controller driver Signed-off-by: zjian zhang <[email protected]>
loguart driver for amebadplus Signed-off-by: zjian zhang <[email protected]>
GPIO driver for amebadplus Signed-off-by: zjian zhang <[email protected]>
add initial version of rtl872xda_evb board Signed-off-by: zjian zhang <[email protected]>
This commit adds maintainers for hal_realtek repository Signed-off-by: zjian zhang <[email protected]>
|
The amebadplus microcontroller (MCU) is an advanced system-on-chip (SoC) featuring an Arm® Cortex®-M55 and Cortex®-M23, large Flash and SRAM memories, and supports dual-band Wi-Fi 4(2.4GHz + 5GHz) and BLE5.0 specifications.
The initial support for the board includes GPIO, PINCTRL and Loguart(serial).