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