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:
Duy Nguyen 2024-11-04 14:33:06 +07:00 committed by Benjamin Cabé
commit 2f0715262d
16 changed files with 645 additions and 16 deletions

View file

@ -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

View file

@ -12,5 +12,6 @@
#define _SOC_H_
#include "reg_protection.h"
#include <mcu_clocks.h>
#endif /* _SOC_H_ */