@@ -280,6 +280,10 @@ static const struct rzg2l_mod_clk r9a07g043_mod_clks[] = {
280
280
0x5a8 , 1 ),
281
281
DEF_MOD ("tsu_pclk" , R9A07G043_TSU_PCLK , R9A07G043_CLK_TSU ,
282
282
0x5ac , 0 ),
283
+ #ifdef CONFIG_RISCV
284
+ DEF_MOD ("nceplic_aclk" , R9A07G043_NCEPLIC_ACLK , R9A07G043_CLK_P1 ,
285
+ 0x608 , 0 ),
286
+ #endif
283
287
};
284
288
285
289
static const struct rzg2l_reset r9a07g043_resets [] = {
@@ -338,6 +342,10 @@ static const struct rzg2l_reset r9a07g043_resets[] = {
338
342
DEF_RST (R9A07G043_ADC_PRESETN , 0x8a8 , 0 ),
339
343
DEF_RST (R9A07G043_ADC_ADRST_N , 0x8a8 , 1 ),
340
344
DEF_RST (R9A07G043_TSU_PRESETN , 0x8ac , 0 ),
345
+ #ifdef CONFIG_RISCV
346
+ DEF_RST (R9A07G043_NCEPLIC_ARESETN , 0x908 , 0 ),
347
+ #endif
348
+
341
349
};
342
350
343
351
static const unsigned int r9a07g043_crit_mod_clks [] __initconst = {
@@ -347,6 +355,7 @@ static const unsigned int r9a07g043_crit_mod_clks[] __initconst = {
347
355
#endif
348
356
#ifdef CONFIG_RISCV
349
357
MOD_CLK_BASE + R9A07G043_IAX45_CLK ,
358
+ MOD_CLK_BASE + R9A07G043_NCEPLIC_ACLK ,
350
359
#endif
351
360
MOD_CLK_BASE + R9A07G043_DMAC_ACLK ,
352
361
};
0 commit comments