1// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 2/* 3 * QorIQ FMan 1g port #0 device tree stub [ controller @ offset 0x400000 ] 4 * 5 * Copyright 2011 - 2015 Freescale Semiconductor Inc. 6 * Copyright 2020 NXP 7 * 8 */ 9 10fman@400000 { 11 fman0_rx_0x08: port@88000 { 12 cell-index = <0x8>; 13 compatible = "fsl,fman-v2-port-rx"; 14 reg = <0x88000 0x1000>; 15 }; 16 17 fman0_tx_0x28: port@a8000 { 18 cell-index = <0x28>; 19 compatible = "fsl,fman-v2-port-tx"; 20 reg = <0xa8000 0x1000>; 21 }; 22 23 ethernet@e0000 { 24 cell-index = <0>; 25 compatible = "fsl,fman-dtsec"; 26 reg = <0xe0000 0x1000>; 27 fsl,fman-ports = <&fman0_rx_0x08 &fman0_tx_0x28>; 28 tbi-handle = <&tbi0>; 29 ptp-timer = <&ptp_timer0>; 30 }; 31 32 mdio0: mdio@e1120 { 33 #address-cells = <1>; 34 #size-cells = <0>; 35 compatible = "fsl,fman-mdio"; 36 reg = <0xe1120 0xee0>; 37 interrupts = <100 2 0 0>; 38 39 tbi0: tbi-phy@8 { 40 reg = <0x8>; 41 device_type = "tbi-phy"; 42 }; 43 }; 44}; 45