blob: 06a8c08e1b57d36b51d3e8fb578896340b99eb2f [file] [log] [blame]
Madalin Bucur37fa0b02020-04-30 16:00:02 +03001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * QorIQ FMan 1g port #3 device tree stub [ controller @ offset 0x500000 ]
4 *
5 * Copyright 2011 - 2015 Freescale Semiconductor Inc.
6 * Copyright 2020 NXP
7 *
8 */
9
10fman@500000 {
11 fman1_rx_0x0b: port@8b000 {
12 cell-index = <0xb>;
13 compatible = "fsl,fman-v2-port-rx";
14 reg = <0x8b000 0x1000>;
15 };
16
17 fman1_tx_0x2b: port@ab000 {
18 cell-index = <0x2b>;
19 compatible = "fsl,fman-v2-port-tx";
20 reg = <0xab000 0x1000>;
21 };
22
23 ethernet@e6000 {
24 cell-index = <3>;
25 compatible = "fsl,fman-dtsec";
26 reg = <0xe6000 0x1000>;
27 fsl,fman-ports = <&fman1_rx_0x0b &fman1_tx_0x2b>;
28 tbi-handle = <&tbi8>;
29 ptp-timer = <&ptp_timer1>;
30 };
31
32 mdio@e7120 {
33 #address-cells = <1>;
34 #size-cells = <0>;
35 compatible = "fsl,fman-mdio";
36 reg = <0xe7120 0xee0>;
37
38 tbi8: tbi-phy@8 {
39 reg = <0x8>;
40 device_type = "tbi-phy";
41 };
42 };
43};