1*8bab661aSEmmanuel Vadot// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later 2*8bab661aSEmmanuel Vadot/* 3*8bab661aSEmmanuel Vadot * QorIQ FMan v3 10g port #3 device tree stub [ controller @ offset 0x400000 ] 4*8bab661aSEmmanuel Vadot * 5*8bab661aSEmmanuel Vadot * Copyright 2022 Sean Anderson <sean.anderson@seco.com> 6*8bab661aSEmmanuel Vadot * Copyright 2012 - 2015 Freescale Semiconductor Inc. 7*8bab661aSEmmanuel Vadot */ 8*8bab661aSEmmanuel Vadot 9*8bab661aSEmmanuel Vadotfman@400000 { 10*8bab661aSEmmanuel Vadot fman0_rx_0x09: port@89000 { 11*8bab661aSEmmanuel Vadot cell-index = <0x9>; 12*8bab661aSEmmanuel Vadot compatible = "fsl,fman-v3-port-rx"; 13*8bab661aSEmmanuel Vadot reg = <0x89000 0x1000>; 14*8bab661aSEmmanuel Vadot fsl,fman-10g-port; 15*8bab661aSEmmanuel Vadot }; 16*8bab661aSEmmanuel Vadot 17*8bab661aSEmmanuel Vadot fman0_tx_0x29: port@a9000 { 18*8bab661aSEmmanuel Vadot cell-index = <0x29>; 19*8bab661aSEmmanuel Vadot compatible = "fsl,fman-v3-port-tx"; 20*8bab661aSEmmanuel Vadot reg = <0xa9000 0x1000>; 21*8bab661aSEmmanuel Vadot fsl,fman-10g-port; 22*8bab661aSEmmanuel Vadot }; 23*8bab661aSEmmanuel Vadot 24*8bab661aSEmmanuel Vadot ethernet@e2000 { 25*8bab661aSEmmanuel Vadot cell-index = <1>; 26*8bab661aSEmmanuel Vadot compatible = "fsl,fman-memac"; 27*8bab661aSEmmanuel Vadot reg = <0xe2000 0x1000>; 28*8bab661aSEmmanuel Vadot fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>; 29*8bab661aSEmmanuel Vadot ptp-timer = <&ptp_timer0>; 30*8bab661aSEmmanuel Vadot pcsphy-handle = <&pcsphy1>, <&pcsphy1>; 31*8bab661aSEmmanuel Vadot pcs-handle-names = "sgmii", "xfi"; 32*8bab661aSEmmanuel Vadot }; 33*8bab661aSEmmanuel Vadot 34*8bab661aSEmmanuel Vadot mdio@e3000 { 35*8bab661aSEmmanuel Vadot #address-cells = <1>; 36*8bab661aSEmmanuel Vadot #size-cells = <0>; 37*8bab661aSEmmanuel Vadot compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio"; 38*8bab661aSEmmanuel Vadot reg = <0xe3000 0x1000>; 39*8bab661aSEmmanuel Vadot fsl,erratum-a011043; /* must ignore read errors */ 40*8bab661aSEmmanuel Vadot 41*8bab661aSEmmanuel Vadot pcsphy1: ethernet-phy@0 { 42*8bab661aSEmmanuel Vadot reg = <0x0>; 43*8bab661aSEmmanuel Vadot }; 44*8bab661aSEmmanuel Vadot }; 45*8bab661aSEmmanuel Vadot}; 46