Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
0002 /*
0003  * QorIQ FMan v3 1g port #5 device tree
0004  *
0005  * Copyright 2012-2015 Freescale Semiconductor Inc.
0006  *
0007  */
0008 
0009 fman@1a00000 {
0010         fman0_rx_0x0d: port@8d000 {
0011                 cell-index = <0xd>;
0012                 compatible = "fsl,fman-v3-port-rx";
0013                 reg = <0x8d000 0x1000>;
0014         };
0015 
0016         fman0_tx_0x2d: port@ad000 {
0017                 cell-index = <0x2d>;
0018                 compatible = "fsl,fman-v3-port-tx";
0019                 reg = <0xad000 0x1000>;
0020         };
0021 
0022         ethernet@ea000 {
0023                 cell-index = <5>;
0024                 compatible = "fsl,fman-memac";
0025                 reg = <0xea000 0x1000>;
0026                 fsl,fman-ports = <&fman0_rx_0x0d &fman0_tx_0x2d>;
0027                 ptp-timer = <&ptp_timer0>;
0028                 pcsphy-handle = <&pcsphy5>;
0029         };
0030 
0031         mdio@eb000 {
0032                 #address-cells = <1>;
0033                 #size-cells = <0>;
0034                 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
0035                 reg = <0xeb000 0x1000>;
0036 
0037                 pcsphy5: ethernet-phy@0 {
0038                         reg = <0x0>;
0039                 };
0040         };
0041 };