2 * Copyright 2009-2012 Freescale Semiconductor, Inc.
4 * SPDX-License-Identifier: GPL-2.0+
12 #include <asm/types.h>
45 #ifdef CONFIG_SYS_FMAN_V3
46 #define CONFIG_SYS_FM1_DTSEC_MDIO_ADDR (CONFIG_SYS_FSL_FM1_ADDR + 0xfc000)
47 #define CONFIG_SYS_FM1_TGEC_MDIO_ADDR (CONFIG_SYS_FSL_FM1_ADDR + 0xfd000)
48 #if (CONFIG_SYS_NUM_FMAN == 2)
49 #define CONFIG_SYS_FM2_DTSEC_MDIO_ADDR (CONFIG_SYS_FSL_FM2_ADDR + 0xfc000)
50 #define CONFIG_SYS_FM2_TGEC_MDIO_ADDR (CONFIG_SYS_FSL_FM2_ADDR + 0xfd000)
53 #define CONFIG_SYS_FM1_DTSEC1_MDIO_ADDR (CONFIG_SYS_FSL_FM1_ADDR + 0xe1120)
54 #define CONFIG_SYS_FM1_TGEC_MDIO_ADDR (CONFIG_SYS_FSL_FM1_ADDR + 0xf1000)
57 #define DEFAULT_FM_MDIO_NAME "FSL_MDIO0"
58 #define DEFAULT_FM_TGEC_MDIO_NAME "FM_TGEC_MDIO"
60 /* Fman ethernet info struct */
61 #define FM_ETH_INFO_INITIALIZER(idx, pregs) \
63 .phy_regs = (void *)pregs, \
64 .enet_if = PHY_INTERFACE_MODE_NONE, \
66 #ifdef CONFIG_SYS_FMAN_V3
67 #define FM_DTSEC_INFO_INITIALIZER(idx, n) \
69 FM_ETH_INFO_INITIALIZER(idx, CONFIG_SYS_FM1_DTSEC_MDIO_ADDR) \
72 .type = FM_ETH_1G_E, \
73 .port = FM##idx##_DTSEC##n, \
74 .rx_port_id = RX_PORT_1G_BASE + n - 1, \
75 .tx_port_id = TX_PORT_1G_BASE + n - 1, \
76 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
77 offsetof(struct ccsr_fman, memac[n-1]),\
80 #ifdef CONFIG_FSL_FM_10GEC_REGULAR_NOTATION
81 #define FM_TGEC_INFO_INITIALIZER(idx, n) \
83 FM_ETH_INFO_INITIALIZER(idx, CONFIG_SYS_FM1_TGEC_MDIO_ADDR) \
86 .type = FM_ETH_10G_E, \
87 .port = FM##idx##_10GEC##n, \
88 .rx_port_id = RX_PORT_10G_BASE2 + n - 1, \
89 .tx_port_id = TX_PORT_10G_BASE2 + n - 1, \
90 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
91 offsetof(struct ccsr_fman, memac[n-1]),\
94 #if (CONFIG_SYS_NUM_FMAN == 2)
95 #define FM_TGEC_INFO_INITIALIZER(idx, n) \
97 FM_ETH_INFO_INITIALIZER(idx, CONFIG_SYS_FM2_TGEC_MDIO_ADDR) \
100 .type = FM_ETH_10G_E, \
101 .port = FM##idx##_10GEC##n, \
102 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
103 .tx_port_id = TX_PORT_10G_BASE + n - 1, \
104 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
105 offsetof(struct ccsr_fman, memac[n-1+8]),\
108 #define FM_TGEC_INFO_INITIALIZER(idx, n) \
110 FM_ETH_INFO_INITIALIZER(idx, CONFIG_SYS_FM1_TGEC_MDIO_ADDR) \
113 .type = FM_ETH_10G_E, \
114 .port = FM##idx##_10GEC##n, \
115 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
116 .tx_port_id = TX_PORT_10G_BASE + n - 1, \
117 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
118 offsetof(struct ccsr_fman, memac[n-1+8]),\
123 #if (CONFIG_SYS_NUM_FM1_10GEC >= 3)
124 #define FM_TGEC_INFO_INITIALIZER2(idx, n) \
126 FM_ETH_INFO_INITIALIZER(idx, CONFIG_SYS_FM1_TGEC_MDIO_ADDR) \
129 .type = FM_ETH_10G_E, \
130 .port = FM##idx##_10GEC##n, \
131 .rx_port_id = RX_PORT_10G_BASE2 + n - 3, \
132 .tx_port_id = TX_PORT_10G_BASE2 + n - 3, \
133 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
134 offsetof(struct ccsr_fman, memac[n-1-2]),\
139 #define FM_DTSEC_INFO_INITIALIZER(idx, n) \
141 FM_ETH_INFO_INITIALIZER(idx, CONFIG_SYS_FM1_DTSEC1_MDIO_ADDR) \
144 .type = FM_ETH_1G_E, \
145 .port = FM##idx##_DTSEC##n, \
146 .rx_port_id = RX_PORT_1G_BASE + n - 1, \
147 .tx_port_id = TX_PORT_1G_BASE + n - 1, \
148 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
149 offsetof(struct ccsr_fman, mac_1g[n-1]),\
152 #define FM_TGEC_INFO_INITIALIZER(idx, n) \
154 FM_ETH_INFO_INITIALIZER(idx, CONFIG_SYS_FM1_TGEC_MDIO_ADDR) \
157 .type = FM_ETH_10G_E, \
158 .port = FM##idx##_10GEC##n, \
159 .rx_port_id = RX_PORT_10G_BASE + n - 1, \
160 .tx_port_id = TX_PORT_10G_BASE + n - 1, \
161 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
162 offsetof(struct ccsr_fman, mac_10g[n-1]),\
174 enum fm_eth_type type;
176 phy_interface_t enet_if;
181 struct tgec_mdio_info {
182 struct tgec_mdio_controller *regs;
186 struct memac_mdio_info {
187 struct memac_mdio_controller *regs;
191 int fm_tgec_mdio_init(bd_t *bis, struct tgec_mdio_info *info);
192 int fm_memac_mdio_init(bd_t *bis, struct memac_mdio_info *info);
194 int fm_standard_init(bd_t *bis);
195 void fman_enet_init(void);
196 void fdt_fixup_fman_ethernet(void *fdt);
197 phy_interface_t fm_info_get_enet_if(enum fm_port port);
198 void fm_info_set_phy_address(enum fm_port port, int address);
199 int fm_info_get_phy_address(enum fm_port port);
200 void fm_info_set_mdio(enum fm_port port, struct mii_dev *bus);
201 void fm_disable_port(enum fm_port port);
202 void fm_enable_port(enum fm_port port);
203 void set_sgmii_phy(struct mii_dev *bus, enum fm_port base_port,
204 unsigned int port_num, int phy_base_addr);
205 int is_qsgmii_riser_card(struct mii_dev *bus, int phy_base_addr,
206 unsigned int port_num, unsigned regnum);