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