1// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 2/* 3 * P2041/P2040 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-1g-4.dtsi" 22/include/ "qoriq-fman-0-10g-0.dtsi" 23 fman@400000 { 24 enet0: ethernet@e0000 { 25 }; 26 27 enet1: ethernet@e2000 { 28 }; 29 30 enet2: ethernet@e4000 { 31 }; 32 33 enet3: ethernet@e6000 { 34 }; 35 36 enet4: ethernet@e8000 { 37 }; 38 39 enet5: ethernet@f0000 { 40 }; 41 }; 42}; 43