blob: f9d3d046505db7aa998d9f9767728b959d9bc826 [file] [log] [blame]
Hou Zhiqiang247921f2020-09-21 14:59:05 +05301// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * PQ3 eTSEC2 device tree stub [ @ offsets 0x24000/0xb0000 ]
4 *
5 * Copyright 2011 Freescale Semiconductor Inc.
6 * Copyright 2020 NXP
7 */
8
9mdio@24000 {
10 #address-cells = <1>;
11 #size-cells = <0>;
12 compatible = "fsl,etsec2-mdio";
13 reg = <0x24000 0x1000 0xb0030 0x4>;
14};
15
16ethernet@b0000 {
17 #address-cells = <1>;
18 #size-cells = <1>;
19 device_type = "network";
20 model = "eTSEC";
21 compatible = "fsl,etsec2";
22 reg = <0xb0000 0x1000>;
23 fsl,num_rx_queues = <0x8>;
24 fsl,num_tx_queues = <0x8>;
25 fsl,magic-packet;
26 local-mac-address = [ 00 00 00 00 00 00 ];
27 ranges;
28
29 queue-group@b0000 {
30 #address-cells = <1>;
31 #size-cells = <1>;
32 reg = <0xb0000 0x1000>;
33 interrupts = <29 2 0 0 30 2 0 0 34 2 0 0>;
34 };
35};