blob: 6904aa5d8e5479e6761bb936f862838d876fca0c [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * QorIQ FMan v3 1g port #3 device tree
4 *
5 * Copyright 2012-2015 Freescale Semiconductor Inc.
6 *
7 */
8
9fman@1a00000 {
10 fman0_rx_0x0b: port@8b000 {
11 cell-index = <0xb>;
12 compatible = "fsl,fman-v3-port-rx";
13 reg = <0x8b000 0x1000>;
14 };
15
16 fman0_tx_0x2b: port@ab000 {
17 cell-index = <0x2b>;
18 compatible = "fsl,fman-v3-port-tx";
19 reg = <0xab000 0x1000>;
20 };
21
22 ethernet@e6000 {
23 cell-index = <3>;
24 compatible = "fsl,fman-memac";
25 reg = <0xe6000 0x1000>;
26 fsl,fman-ports = <&fman0_rx_0x0b &fman0_tx_0x2b>;
27 ptp-timer = <&ptp_timer0>;
28 pcsphy-handle = <&pcsphy3>;
29 };
30
31 mdio@e7000 {
32 #address-cells = <1>;
33 #size-cells = <0>;
Tom Rini6b642ac2024-10-01 12:20:28 -060034 compatible = "fsl,fman-memac-mdio";
Tom Rini53633a82024-02-29 12:33:36 -050035 reg = <0xe7000 0x1000>;
36
37 pcsphy3: ethernet-phy@0 {
38 reg = <0x0>;
39 };
40 };
41};