Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / arch / powerpc / dts / pq3-etsec2-2.dtsi
1 // 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
9 mdio@26000 {
10         #address-cells = <1>;
11         #size-cells = <0>;
12         compatible = "fsl,etsec2-tbi";
13         reg = <0x26000 0x1000 0xb1030 0x4>;
14 };
15
16 ethernet@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 };