Skip to content

Commit acef5d4

Browse files
le-quang168tiennguyenzg
authored andcommitted
soc: renesas: Retrieve SYS_CLOCK_HW_CYCLES_PER_SEC from dts
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]>
1 parent 298a318 commit acef5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/renesas/rz/rza3ul/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config NUM_IRQS
1010
default 512
1111

1212
config SYS_CLOCK_HW_CYCLES_PER_SEC
13-
default 24000000
13+
default $(dt_node_int_prop_int,/osc,clock-frequency)
1414

1515
config FLASH_SIZE
1616
default $(dt_chosen_reg_size_int,$(DT_CHOSEN_Z_FLASH),0,K)

0 commit comments

Comments
 (0)