1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 2 /* 3 * QorIQ FMan v3 1g port #0 device tree 4 * 5 * Copyright 2012-2015 Freescale Semiconductor Inc. 6 * 7 */ 8 9 fman@1a00000 { 10 fman0_rx_0x08: port@88000 { 11 cell-index = <0x8>; 12 compatible = "fsl,fman-v3-port-rx"; 13 reg = <0x88000 0x1000>; 14 }; 15 16 fman0_tx_0x28: port@a8000 { 17 cell-index = <0x28>; 18 compatible = "fsl,fman-v3-port-tx"; 19 reg = <0xa8000 0x1000>; 20 }; 21 22 ethernet@e0000 { 23 cell-index = <0>; 24 compatible = "fsl,fman-memac"; 25 reg = <0xe0000 0x1000>; 26 fsl,fman-ports = <&fman0_rx_0x08 &fman0_tx_0x28>; 27 ptp-timer = <&ptp_timer0>; 28 pcsphy-handle = <&pcsphy0>; 29 pcs-handle = <&pcsphy0>; 30 }; 31 32 mdio@e1000 { 33 #address-cells = <1>; 34 #size-cells = <0>; 35 compatible = "fsl,fman-memac-mdio"; 36 reg = <0xe1000 0x1000>; 37 38 pcsphy0: ethernet-phy@0 { 39 reg = <0x0>; 40 }; 41 }; 42 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.