Skip to content
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

Add minimal support for Renesas RZ/A3UL SMARC #86606

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

nhutnguyenkc
Copy link
Collaborator

@nhutnguyenkc nhutnguyenkc commented Mar 4, 2025

Add minimal support for RZ/A3UL SMARC as following:

Interface Controller Driver/Component
GPIO on-chip gpio
Pinctrl on-chip pinctrl
UART on-chip serial

Need: zephyrproject-rtos/hal_renesas#82

Note: It should be merged after #85782, #86535

Doc: https://builds.zephyrproject.io/zephyr/pr/86606/docs/boards/renesas/rza3ul_smarc/doc/index.html

nhutnguyenkc and others added 2 commits March 4, 2025 13:26
Update commit id for hal_renesas

Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>
Add support for Renesas RZ/A3UL

Signed-off-by: Tien Nguyen <tien.nguyen.zg@renesas.com>
Signed-off-by: Phuc Pham <phuc.pham.xr@bp.renesas.com>
Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>
@zephyrbot
Copy link
Collaborator

zephyrbot commented Mar 4, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_renesas zephyrproject-rtos/hal_renesas@3204903 zephyrproject-rtos/hal_renesas#82 zephyrproject-rtos/hal_renesas#82/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hal_renesas DNM (manifest) This PR should not be merged (controlled by action-manifest) labels Mar 4, 2025
@nhutnguyenkc nhutnguyenkc force-pushed the rza3ul_minimal_support branch from 012ae0a to 1981019 Compare March 4, 2025 09:37
This adds minimal support for board RZ/A3UL-SMARC

Signed-off-by: Phuc Pham <phuc.pham.xr@bp.renesas.com>
Signed-off-by: Tien Nguyen <tien.nguyen.zg@renesas.com>
Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>
This is the initial commit to support pinctrl driver for Renesas RZ/A3UL

Signed-off-by: Phuc Pham <phuc.pham.xr@bp.renesas.com>
Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>
This is the initial commit to support UART driver for Renesas RZ/A3UL.

Signed-off-by: Tien Nguyen <tien.nguyen.zg@renesas.com>
Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>
Add GPIO driver support for RZ/A3UL

Signed-off-by: Quang Le <quang.le.eb@bp.renesas.com>
Signed-off-by: Tien Nguyen <tien.nguyen.zg@renesas.com>
Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>
@nhutnguyenkc nhutnguyenkc force-pushed the rza3ul_minimal_support branch from 1981019 to 2264533 Compare March 4, 2025 10:14
@nhutnguyenkc nhutnguyenkc marked this pull request as ready for review March 4, 2025 10:26
@zephyrbot zephyrbot added area: GPIO platforms: Renesas RZ platform: Renesas R-Car Renesas R-Car area: UART Universal Asynchronous Receiver-Transmitter area: Pinctrl area: ARM64 ARM (64-bit) Architecture labels Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ARM64 ARM (64-bit) Architecture area: GPIO area: Pinctrl area: UART Universal Asynchronous Receiver-Transmitter DNM (manifest) This PR should not be merged (controlled by action-manifest) manifest manifest-hal_renesas platform: Renesas R-Car Renesas R-Car platforms: Renesas RZ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants