Does anyone know the mt7987 datasheet? What is the configuration and what interfaces does it have?
Firstly, why?
Typo? Do you mean mt7988?
If so, Best I can do is the open datasheet they give you with banana pi R4?
I heard that MediaTek has recently released a mt7987, not mt7988. I did not make a mistake.
1 Like
Cool. Yeah can't find anything =(
Only thing I could find was this:
Yeah I can find more stuff in that git feed. too.
https://git01.mediatek.com/plugins/gitiles/openwrt/feeds/mtk-openwrt-feeds/+/7a7f47edcf880f637ea6e13759c49a15ff80b8a5^!/#F0
#define MT7988_CAPS (MTK_GMAC1_SGMII | MTK_GMAC2_SGMII | MTK_GMAC3_SGMII | \
MTK_PDMA_INT | MTK_MUX_GMAC123_TO_GEPHY_SGMII | MTK_QDMA_V1_3 | \
MTK_NETSYS_V3 | MTK_RSTCTRL_PPE1 | MTK_RSTCTRL_PPE2 | \
MTK_ESW | MTK_GMAC1_USXGMII | MTK_GMAC2_USXGMII | \
MTK_GMAC3_USXGMII | MTK_MUX_GMAC123_TO_USXGMII | \
MTK_GMAC2_2P5GPHY | MTK_MUX_GMAC2_TO_2P5GPHY | MTK_RSS | \
MTK_HWLRO | MTK_NETSYS_RX_V2 | MTK_36BIT_DMA)
+#define MT7987_CAPS (MTK_GMAC1_SGMII | MTK_GMAC2_SGMII | MTK_GMAC3_SGMII |\
+ MTK_PDMA_INT | MTK_MUX_GMAC123_TO_GEPHY_SGMII | MTK_QDMA_V1_4 | \
+ MTK_MUX_U3_GMAC23_TO_QPHY | MTK_U3_COPHY_V2 | \
+ MTK_GMAC2_2P5GPHY_V2 | MTK_MUX_GMAC2_TO_2P5GPHY | MTK_RSS | \
+ MTK_NETSYS_V3 | MTK_RSTCTRL_PPE1 | \
+ MTK_NETSYS_RX_V2 | MTK_36BIT_DMA)
no USXGMII in caps? Later patches are still talking USXGMII though in other patches =P
That is 7687 not 7987? It looks ilke it's same family as mt7988 according to code.
Is this just another name for FiLogic 860 which was announced late last year?