1// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * PQ3 eTSEC device tree stub [ @ offsets 0x24000 ]
4 *
5 * Copyright 2011-2012 Freescale Semiconductor Inc.
6 * Copyright 2020 NXP
7 */
8
9ethernet@24000 {
10	#address-cells = <1>;
11	#size-cells = <1>;
12	cell-index = <0>;
13	device_type = "network";
14	model = "eTSEC";
15	compatible = "gianfar";
16	reg = <0x24000 0x1000>;
17	ranges = <0x0 0x24000 0x1000>;
18	fsl,magic-packet;
19	local-mac-address = [ 00 00 00 00 00 00 ];
20	interrupts = <29 2 0 0 30 2 0 0 34 2 0 0>;
21};
22
23mdio@24520 {
24	#address-cells = <1>;
25	#size-cells = <0>;
26	compatible = "fsl,gianfar-mdio";
27	reg = <0x24520 0x20>;
28};
29