1// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * QorIQ FMan v3 1g port #1 device tree stub [ controller @ offset 0x400000 ]
4 *
5 * Copyright 2012 - 2015 Freescale Semiconductor Inc.
6 * Copyright 2020 NXP
7 *
8 */
9
10fman@400000 {
11	fman0_rx_0x09: port@89000 {
12		cell-index = <0x9>;
13		compatible = "fsl,fman-v3-port-rx";
14		reg = <0x89000 0x1000>;
15		fsl,fman-10g-port;
16		fsl,fman-best-effort-port;
17	};
18
19	fman0_tx_0x29: port@a9000 {
20		cell-index = <0x29>;
21		compatible = "fsl,fman-v3-port-tx";
22		reg = <0xa9000 0x1000>;
23		fsl,fman-10g-port;
24		fsl,fman-best-effort-port;
25	};
26
27	ethernet@e2000 {
28		cell-index = <1>;
29		compatible = "fsl,fman-memac";
30		reg = <0xe2000 0x1000>;
31		fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>;
32		ptp-timer = <&ptp_timer0>;
33		pcsphy-handle = <&pcsphy1>;
34	};
35
36	mdio@e3000 {
37		#address-cells = <1>;
38		#size-cells = <0>;
39		compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
40		reg = <0xe3000 0x1000>;
41		fsl,erratum-a011043; /* must ignore read errors */
42
43		pcsphy1: ethernet-phy@0 {
44			reg = <0x0>;
45		};
46	};
47};
48