1root { 2 module = "ethernet"; 3 eth_config { 4 match_attr = "hdf_eth_driver"; 5 ethList { 6 device0 { 7 deviceInstId = 0; /* Ethernet device ID */ 8 isSetDefault = 1; /* Not Default(0); Default(1) */ 9 driverName = "hieth-sf"; 10 hwXmitq = 12; 11 qSize = 24; 12 port = 0; /* UP_PORT(0); DOWN_PORT(1) */ 13 MAC { 14 regBase = 0x10010000; 15 irqVector = 64; 16 mdioFrqDiv = 2; 17 txBusy = 0; 18 iobase = 0x88010000; /* virtual io addr */ 19 regOffSize = 0x2000; 20 } 21 PHY { 22 phyMode = 1; /* PHY_INTERFACE_MODE_MII(0); PHY_INTERFACE_MODE_RMII(1) */ 23 } 24 } 25 } 26 } 27} 28