1// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 2/* 3 * P4080/P4040 Silicon/SoC Device Tree Source (post include) 4 * 5 * Copyright 2011 - 2015 Freescale Semiconductor Inc. 6 * Copyright 2020 NXP 7 * 8 */ 9 10&soc { 11 12/include/ "qoriq-clockgen1.dtsi" 13/include/ "qoriq-gpio-0.dtsi" 14 15/* include used FMan blocks */ 16/include/ "qoriq-fman-0.dtsi" 17/include/ "qoriq-fman-0-1g-0.dtsi" 18/include/ "qoriq-fman-0-1g-1.dtsi" 19/include/ "qoriq-fman-0-1g-2.dtsi" 20/include/ "qoriq-fman-0-1g-3.dtsi" 21/include/ "qoriq-fman-0-10g-0.dtsi" 22 fman@400000 { 23 enet0: ethernet@e0000 { 24 }; 25 26 enet1: ethernet@e2000 { 27 }; 28 29 enet2: ethernet@e4000 { 30 }; 31 32 enet3: ethernet@e6000 { 33 }; 34 35 enet4: ethernet@f0000 { 36 }; 37 }; 38 39/include/ "qoriq-fman-1.dtsi" 40/include/ "qoriq-fman-1-1g-0.dtsi" 41/include/ "qoriq-fman-1-1g-1.dtsi" 42/include/ "qoriq-fman-1-1g-2.dtsi" 43/include/ "qoriq-fman-1-1g-3.dtsi" 44/include/ "qoriq-fman-1-10g-0.dtsi" 45 fman@500000 { 46 enet5: ethernet@e0000 { 47 }; 48 49 enet6: ethernet@e2000 { 50 }; 51 52 enet7: ethernet@e4000 { 53 }; 54 55 enet8: ethernet@e6000 { 56 }; 57 58 enet9: ethernet@f0000 { 59 }; 60 }; 61}; 62