1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2016-2017 Intel Corporation
9 void dwmac_deassert_reset(const unsigned int of_reset_id, const u32 phymode);
16 extern struct bsel bsel_str[];
19 void socfpga_fpga_add(void);
21 static inline void socfpga_fpga_add(void) {}
24 #if defined(CONFIG_TARGET_SOCFPGA_ARRIA10)
25 unsigned int dedicated_uart_com_port(const void *blob);
26 unsigned int shared_uart_com_port(const void *blob);
27 unsigned int uart_com_port(const void *blob);