blob: 5517305039a4230263aa3ed8d528934bafe430b1 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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