0001 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
0002 /*
0003 * QorIQ FMan v3 10g port #0 device tree
0004 *
0005 * Copyright 2012-2015 Freescale Semiconductor Inc.
0006 *
0007 */
0008
0009 fman@1a00000 {
0010 fman0_rx_0x10: port@90000 {
0011 cell-index = <0x10>;
0012 compatible = "fsl,fman-v3-port-rx";
0013 reg = <0x90000 0x1000>;
0014 fsl,fman-10g-port;
0015 };
0016
0017 fman0_tx_0x30: port@b0000 {
0018 cell-index = <0x30>;
0019 compatible = "fsl,fman-v3-port-tx";
0020 reg = <0xb0000 0x1000>;
0021 fsl,fman-10g-port;
0022 };
0023
0024 ethernet@f0000 {
0025 cell-index = <0x8>;
0026 compatible = "fsl,fman-memac";
0027 reg = <0xf0000 0x1000>;
0028 fsl,fman-ports = <&fman0_rx_0x10 &fman0_tx_0x30>;
0029 pcsphy-handle = <&pcsphy6>;
0030 };
0031
0032 mdio@f1000 {
0033 #address-cells = <1>;
0034 #size-cells = <0>;
0035 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
0036 reg = <0xf1000 0x1000>;
0037
0038 pcsphy6: ethernet-phy@0 {
0039 reg = <0x0>;
0040 };
0041 };
0042 };