-
Notifications
You must be signed in to change notification settings - Fork 8k
Add support Clock Control driver for Renesas RZ/A3UL, V2L #94948
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?
Add support Clock Control driver for Renesas RZ/A3UL, V2L #94948
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. |
|
Update commit id for hal_renesas Signed-off-by: Quang Le <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
Add Clock Control driver support for Renesas RZ/A3UL, V2L Signed-off-by: Quang Le <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
Add Clock Control nodes to Renesas RZ/A3UL, V2L devicetree Signed-off-by: Quang Le <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
Retrieve the value of SYS_CLOCK_HW_CYCLES_PER_SEC from the osc node in the RZ/A3UL devicetree. Signed-off-by: Quang Le <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
35e90bc
to
afe1e75
Compare
|
Hi @nordic-krch, could you please help me take a look at this PR. Thanks. |
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.
The content of this file has been moved into bsp_clock_cfg.h
of hal_renesas, so this file need to be removed
Add support for Clock Control driver for Renesas RZ/A3UL, V2L:
drivers/clock_control/clock_control_renesas_rz_cpg.c
to using common source code for Renesas RZ devicesNeed: zephyrproject-rtos/hal_renesas#128