blob: 2a597c0db64e48aee18ec37475362f39f1415d63 [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 0x26000/0xb2000 ]
4 *
5 * Copyright 2011 Freescale Semiconductor Inc.
6 * Copyright 2020 NXP
7 */
8
9mdio@26000 {
10 #address-cells = <1>;
11 #size-cells = <0>;
12 compatible = "fsl,etsec2-tbi";
13 reg = <0x26000 0x1000 0xb1030 0x4>;
14};
15
16ethernet@b2000 {
17 #address-cells = <1>;
18 #size-cells = <1>;
19 device_type = "network";
20 model = "eTSEC";
21 compatible = "fsl,etsec2";
22 reg = <0xb2000 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@b2000 {
30 #address-cells = <1>;
31 #size-cells = <1>;
32 reg = <0xb2000 0x1000>;
33 interrupts = <31 2 0 0 32 2 0 0 33 2 0 0>;
34 };
35};