blob: 83cf081f3d3cccc4c81b4c1a3b51a97c83b66c52 [file] [log] [blame]
Prabhakar Kushwaha7d436072013-09-12 11:11:28 +05301/*
2 * Copyright 2013 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6#include <common.h>
7#include <phy.h>
8#include <fm_eth.h>
9#include <asm/io.h>
10#include <asm/immap_85xx.h>
11#include <asm/fsl_serdes.h>
12
13phy_interface_t fman_port_enet_if(enum fm_port port)
14{
15 return PHY_INTERFACE_MODE_NONE;
16}