]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/sh_eth.h
net: sh-eth: Add support Gigabit of SH7734
[karo-tx-uboot.git] / drivers / net / sh_eth.h
index 475a9e154cbdb285dffb6fd64303f59162dbce65..a1ba68b1b49d3d38c1cae5b63e8ac83db2c25acd 100644 (file)
@@ -225,6 +225,7 @@ struct sh_eth_dev {
 #define GECMR(port)            (BASE_IO_ADDR + 0x05b0)
 #define MAHR(port)             (BASE_IO_ADDR + 0x05C0)
 #define MALR(port)             (BASE_IO_ADDR + 0x05C8)
+#define RMII_MII(port)  (BASE_IO_ADDR + 0x0790)
 
 #endif