1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Device Tree file for Freescale LS2080a software Simulator model 4 * 5 * Copyright 2014-2015 Freescale Semiconductor, Inc. 6 * 7 * Bhupesh Sharma <bhupesh.sharma@freescale.com> 8 * 9 */ 10 11 /dts-v1/; 12 13 #include "fsl-ls2080a.dtsi" 14 15 / { 16 model = "Freescale Layerscape 2080a software Simulator model"; 17 compatible = "fsl,ls2080a-simu", "fsl,ls2080a"; 18 19 ethernet@2210000 { 20 compatible = "smsc,lan91c111"; 21 reg = <0x0 0x2210000 0x0 0x100>; 22 interrupts = <0 58 0x1>; 23 }; 24 }; 25 26 &ifc { 27 status = "okay"; 28 }; 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.