blob: 0b2488441f8c4380fdc61bfea00602530506368c [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 10g port #0 device tree stub [ controller @ offset 0x400000 ]
4 *
5 * Copyright 2011 - 2015 Freescale Semiconductor Inc.
6 * Copyright 2020 NXP
7 *
8 */
9
10fman@400000 {
11 fman0_rx_0x10: port@90000 {
12 cell-index = <0x10>;
13 compatible = "fsl,fman-v2-port-rx";
14 reg = <0x90000 0x1000>;
15 };
16
17 fman0_tx_0x30: port@b0000 {
18 cell-index = <0x30>;
19 compatible = "fsl,fman-v2-port-tx";
20 reg = <0xb0000 0x1000>;
21 };
22
23 ethernet@f0000 {
24 cell-index = <0x8>;
25 compatible = "fsl,fman-xgec";
26 reg = <0xf0000 0x1000>;
27 fsl,fman-ports = <&fman0_rx_0x10 &fman0_tx_0x30>;
28 };
29
30 xmdio0: mdio@f1000 {
31 #address-cells = <1>;
32 #size-cells = <0>;
33 compatible = "fsl,fman-xmdio";
34 reg = <0xf1000 0x1000>;
35 interrupts = <101 2 0 0>;
36 };
37};