blob: 81da55dfbe267791d56c1bc36f8be1cc3459c50e [file] [log] [blame]
Madalin Bucuree7bc982020-04-30 16:00:03 +03001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * QorIQ FMan v3 1g port #5 device tree stub [ controller @ offset 0x500000 ]
4 *
5 * Copyright 2012 - 2015 Freescale Semiconductor Inc.
6 * Copyright 2020 NXP
7 *
8 */
9
10fman@500000 {
11 fman1_rx_0x0d: port@8d000 {
12 cell-index = <0xd>;
13 compatible = "fsl,fman-v3-port-rx";
14 reg = <0x8d000 0x1000>;
15 };
16
17 fman1_tx_0x2d: port@ad000 {
18 cell-index = <0x2d>;
19 compatible = "fsl,fman-v3-port-tx";
20 reg = <0xad000 0x1000>;
21 };
22
23 ethernet@ea000 {
24 cell-index = <5>;
25 compatible = "fsl,fman-memac";
26 reg = <0xea000 0x1000>;
27 fsl,fman-ports = <&fman1_rx_0x0d &fman1_tx_0x2d>;
28 ptp-timer = <&ptp_timer1>;
29 pcsphy-handle = <&pcsphy13>;
30 };
31
Camelia Groza7b9b65d2021-04-13 19:48:01 +030032 mdio@5eb000 {
Madalin Bucuree7bc982020-04-30 16:00:03 +030033 #address-cells = <1>;
34 #size-cells = <0>;
35 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
36 reg = <0xeb000 0x1000>;
37 fsl,erratum-a011043; /* must ignore read errors */
38
39 pcsphy13: ethernet-phy@0 {
40 reg = <0x0>;
41 };
42 };
43};