blob: d45865fe03a6445da6be351c64e2b8cc668fe130 [file] [log] [blame]
Hou Zhiqiangd1bce132020-09-21 15:16:23 +05301// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * PQ3 eTSEC device tree stub [ @ offsets 0x26000 ]
4 *
5 * Copyright 2011-2012 Freescale Semiconductor Inc.
6 * Copyright 2020 NXP
7 */
8
9ethernet@26000 {
10 #address-cells = <1>;
11 #size-cells = <1>;
12 cell-index = <2>;
13 device_type = "network";
14 model = "eTSEC";
15 compatible = "gianfar";
16 reg = <0x26000 0x1000>;
17 ranges = <0x0 0x26000 0x1000>;
18 fsl,magic-packet;
19 local-mac-address = [ 00 00 00 00 00 00 ];
20 interrupts = <31 2 0 0 32 2 0 0 33 2 0 0>;
21};
22
23mdio@26520 {
24 #address-cells = <1>;
25 #size-cells = <0>;
26 compatible = "fsl,gianfar-tbi";
27 reg = <0x26520 0x20>;
28};