diff --git a/drivers/serial/uart_cc32xx.c b/drivers/serial/uart_cc32xx.c index 1e0d4fe92f1..0b29ed83c4b 100644 --- a/drivers/serial/uart_cc32xx.c +++ b/drivers/serial/uart_cc32xx.c @@ -38,7 +38,7 @@ static void uart_cc32xx_isr(void *arg); static const struct uart_device_config uart_cc32xx_dev_cfg_0 = { .base = (void *)DT_TI_CC32XX_UART_4000C000_BASE_ADDRESS, - .sys_clk_freq = CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC, + .sys_clk_freq = DT_TI_CC32XX_UART_4000C000_CLOCKS_CLOCK_FREQUENCY, }; static struct uart_cc32xx_dev_data_t uart_cc32xx_dev_data_0 = {