1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Device Tree file for Freescale LS2080a soft 3 * Device Tree file for Freescale LS2080a software Simulator model 4 * 4 * 5 * Copyright 2014-2015 Freescale Semiconductor 5 * Copyright 2014-2015 Freescale Semiconductor, Inc. 6 * 6 * 7 * Bhupesh Sharma <bhupesh.sharma@freescale.com 7 * Bhupesh Sharma <bhupesh.sharma@freescale.com> 8 * 8 * 9 */ 9 */ 10 10 11 /dts-v1/; 11 /dts-v1/; 12 12 13 #include "fsl-ls2080a.dtsi" 13 #include "fsl-ls2080a.dtsi" 14 14 15 / { 15 / { 16 model = "Freescale Layerscape 2080a so 16 model = "Freescale Layerscape 2080a software Simulator model"; 17 compatible = "fsl,ls2080a-simu", "fsl, 17 compatible = "fsl,ls2080a-simu", "fsl,ls2080a"; 18 18 19 ethernet@2210000 { 19 ethernet@2210000 { 20 compatible = "smsc,lan91c111"; 20 compatible = "smsc,lan91c111"; 21 reg = <0x0 0x2210000 0x0 0x100 21 reg = <0x0 0x2210000 0x0 0x100>; 22 interrupts = <0 58 0x1>; 22 interrupts = <0 58 0x1>; 23 }; 23 }; 24 }; 24 }; 25 25 26 &ifc { 26 &ifc { 27 status = "okay"; 27 status = "okay"; 28 }; 28 }; 29 29
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.