Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
0002 /*
0003  * QorIQ FMan v3 10g port #1 device tree
0004  *
0005  * Copyright 2012-2015 Freescale Semiconductor Inc.
0006  *
0007  */
0008 
0009 fman@1a00000 {
0010         fman0_rx_0x11: port@91000 {
0011                 cell-index = <0x11>;
0012                 compatible = "fsl,fman-v3-port-rx";
0013                 reg = <0x91000 0x1000>;
0014                 fsl,fman-10g-port;
0015         };
0016 
0017         fman0_tx_0x31: port@b1000 {
0018                 cell-index = <0x31>;
0019                 compatible = "fsl,fman-v3-port-tx";
0020                 reg = <0xb1000 0x1000>;
0021                 fsl,fman-10g-port;
0022         };
0023 
0024         ethernet@f2000 {
0025                 cell-index = <0x9>;
0026                 compatible = "fsl,fman-memac";
0027                 reg = <0xf2000 0x1000>;
0028                 fsl,fman-ports = <&fman0_rx_0x11 &fman0_tx_0x31>;
0029                 pcsphy-handle = <&pcsphy7>;
0030         };
0031 
0032         mdio@f3000 {
0033                 #address-cells = <1>;
0034                 #size-cells = <0>;
0035                 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
0036                 reg = <0xf3000 0x1000>;
0037 
0038                 pcsphy7: ethernet-phy@0 {
0039                         reg = <0x0>;
0040                 };
0041         };
0042 };