Back to home page

OSCL-LXR

 
 

    


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