1// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * QorIQ FMan v3 1g port #4 device tree
4 *
5 * Copyright 2012-2015 Freescale Semiconductor Inc.
6 * Copyright 2020 NXP
7 *
8 */
9
10fman@1a00000 {
11	fman0_rx_0x0c: port@8c000 {
12		cell-index = <0xc>;
13		compatible = "fsl,fman-v3-port-rx";
14		reg = <0x8c000 0x1000>;
15	};
16
17	fman0_tx_0x2c: port@ac000 {
18		cell-index = <0x2c>;
19		compatible = "fsl,fman-v3-port-tx";
20		reg = <0xac000 0x1000>;
21	};
22
23	ethernet@e8000 {
24		cell-index = <4>;
25		compatible = "fsl,fman-memac";
26		reg = <0xe8000 0x1000>;
27		fsl,fman-ports = <&fman0_rx_0x0c &fman0_tx_0x2c>;
28		ptp-timer = <&ptp_timer0>;
29		pcsphy-handle = <&pcsphy4>;
30		status = "disabled";
31	};
32
33	mdio@e9000 {
34		#address-cells = <1>;
35		#size-cells = <0>;
36		compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
37		reg = <0xe9000 0x1000>;
38
39		pcsphy4: ethernet-phy@0 {
40			reg = <0x0>;
41		};
42	};
43};
44