driver: clock: Update clock control driver for RA8
This update is to support clock API for RA8 Move the clock initialize function into clock driver Peripheral clock now has 2 more property in clock cell for enable and disable clock to peripheral module Signed-off-by: Duy Phuong Hoang. Nguyen <duy.nguyen.xa@renesas.com>
This commit is contained in:
parent
eb351436ad
commit
0c93268e52
13 changed files with 166 additions and 26 deletions
|
@ -96,6 +96,8 @@ The below features are currently supported on Zephyr OS for EK-RA8M1 board:
|
|||
+-----------+------------+----------------------+
|
||||
| UART | on-chip | serial |
|
||||
+-----------+------------+----------------------+
|
||||
| CLOCK | on-chip | clock control |
|
||||
+-----------+------------+----------------------+
|
||||
|
||||
Other hardware features are currently not supported by the port.
|
||||
|
||||
|
|
|
@ -15,3 +15,4 @@ CONFIG_CONSOLE=y
|
|||
|
||||
CONFIG_BUILD_OUTPUT_HEX=y
|
||||
CONFIG_BUILD_NO_GAP_FILL=y
|
||||
CONFIG_CLOCK_CONTROL=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue