Home
last modified time | relevance | path

Searched refs:uart_node (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/fvp/fconf/
H A Dfconf_hw_config_getter.c158 int uart_node, node, err; in fconf_populate_uart_config() local
181 uart_node = fdt_path_offset(hw_config_dtb, path); in fconf_populate_uart_config()
182 if (uart_node < 0) { in fconf_populate_uart_config()
188 err = fdt_get_reg_props_by_index(hw_config_dtb, uart_node, 0, &addr, in fconf_populate_uart_config()
202 uart_node, (uint64_t)addr); in fconf_populate_uart_config()
217 err = fdt_read_uint32(hw_config_dtb, uart_node, "clocks", &phandle); in fconf_populate_uart_config()
/rk3399_ARM-atf/drivers/st/uart/
H A Dstm32_uart.c310 int uart_node; in stm32_uart_init() local
329 uart_node = dt_match_instance_by_compatible(DT_UART_COMPAT, base_addr); in stm32_uart_init()
330 if (uart_node == -FDT_ERR_NOTFOUND) { in stm32_uart_init()
335 if (dt_set_pinctrl_config(uart_node) != 0) { in stm32_uart_init()
340 clk = fdt_get_clock_id(uart_node); in stm32_uart_init()