0001 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
0002 /*
0003 * QorIQ FMan v3 1g port #1 device tree
0004 *
0005 * Copyright 2012-2015 Freescale Semiconductor Inc.
0006 *
0007 */
0008
0009 fman@1a00000 {
0010 fman0_rx_0x09: port@89000 {
0011 cell-index = <0x9>;
0012 compatible = "fsl,fman-v3-port-rx";
0013 reg = <0x89000 0x1000>;
0014 };
0015
0016 fman0_tx_0x29: port@a9000 {
0017 cell-index = <0x29>;
0018 compatible = "fsl,fman-v3-port-tx";
0019 reg = <0xa9000 0x1000>;
0020 };
0021
0022 ethernet@e2000 {
0023 cell-index = <1>;
0024 compatible = "fsl,fman-memac";
0025 reg = <0xe2000 0x1000>;
0026 fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>;
0027 ptp-timer = <&ptp_timer0>;
0028 pcsphy-handle = <&pcsphy1>;
0029 };
0030
0031 mdio@e3000 {
0032 #address-cells = <1>;
0033 #size-cells = <0>;
0034 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
0035 reg = <0xe3000 0x1000>;
0036
0037 pcsphy1: ethernet-phy@0 {
0038 reg = <0x0>;
0039 };
0040 };
0041 };