GNU Linux-libre 4.19.286-gnu1
[releases.git] / arch / powerpc / boot / dts / fsl / qoriq-fman3-0-10g-3.dtsi
1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later
2 /*
3  * QorIQ FMan v3 10g port #3 device tree stub [ controller @ offset 0x400000 ]
4  *
5  * Copyright 2022 Sean Anderson <sean.anderson@seco.com>
6  * Copyright 2012 - 2015 Freescale Semiconductor Inc.
7  */
8
9 fman@400000 {
10         fman0_rx_0x09: port@89000 {
11                 cell-index = <0x9>;
12                 compatible = "fsl,fman-v3-port-rx";
13                 reg = <0x89000 0x1000>;
14                 fsl,fman-10g-port;
15         };
16
17         fman0_tx_0x29: port@a9000 {
18                 cell-index = <0x29>;
19                 compatible = "fsl,fman-v3-port-tx";
20                 reg = <0xa9000 0x1000>;
21                 fsl,fman-10g-port;
22         };
23
24         ethernet@e2000 {
25                 cell-index = <1>;
26                 compatible = "fsl,fman-memac";
27                 reg = <0xe2000 0x1000>;
28                 fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>;
29                 ptp-timer = <&ptp_timer0>;
30                 pcsphy-handle = <&pcsphy1>;
31         };
32
33         mdio@e3000 {
34                 #address-cells = <1>;
35                 #size-cells = <0>;
36                 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
37                 reg = <0xe3000 0x1000>;
38                 fsl,erratum-a011043; /* must ignore read errors */
39
40                 pcsphy1: ethernet-phy@0 {
41                         reg = <0x0>;
42                 };
43         };
44 };