0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Device Tree file for Freescale LS2080a software Simulator model
0004 *
0005 * Copyright 2014-2015 Freescale Semiconductor, Inc.
0006 *
0007 * Bhupesh Sharma <bhupesh.sharma@freescale.com>
0008 *
0009 */
0010
0011 /dts-v1/;
0012
0013 #include "fsl-ls2080a.dtsi"
0014
0015 / {
0016 model = "Freescale Layerscape 2080a software Simulator model";
0017 compatible = "fsl,ls2080a-simu", "fsl,ls2080a";
0018
0019 ethernet@2210000 {
0020 compatible = "smsc,lan91c111";
0021 reg = <0x0 0x2210000 0x0 0x100>;
0022 interrupts = <0 58 0x1>;
0023 };
0024 };
0025
0026 &ifc {
0027 status = "okay";
0028 };
0029