drivers: clock: Support clock control driver RX MCU
Initial support of clock control driver for RX MCU Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com> Signed-off-by: Tran Van Quy <quy.tran.pz@renesas.com>
This commit is contained in:
parent
d4d2b09cac
commit
2f0715262d
16 changed files with 645 additions and 16 deletions
|
@ -5,3 +5,6 @@ config SOC_SERIES_RX130
|
|||
select RX
|
||||
select CPU_RXV1
|
||||
select XIP
|
||||
select CLOCK_CONTROL_RENESAS_RX_CGC if CLOCK_CONTROL
|
||||
select HAS_RENESAS_RX_RDP
|
||||
select CLOCK_CONTROL
|
||||
|
|
|
@ -12,5 +12,6 @@
|
|||
#define _SOC_H_
|
||||
|
||||
#include "reg_protection.h"
|
||||
#include <mcu_clocks.h>
|
||||
|
||||
#endif /* _SOC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue