2018-06-13 01:28:42 +07:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2015-01-25 04:12:52 +07:00
|
|
|
/*
|
2015-10-24 02:31:51 +07:00
|
|
|
* Device Tree file for Freescale LS2080a software Simulator model
|
2015-01-25 04:12:52 +07:00
|
|
|
*
|
2017-04-27 23:47:58 +07:00
|
|
|
* Copyright 2014-2015 Freescale Semiconductor, Inc.
|
2015-01-25 04:12:52 +07:00
|
|
|
*
|
|
|
|
* Bhupesh Sharma <bhupesh.sharma@freescale.com>
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2016-10-09 13:47:06 +07:00
|
|
|
#include "fsl-ls2080a.dtsi"
|
2015-01-25 04:12:52 +07:00
|
|
|
|
|
|
|
/ {
|
2015-10-24 02:31:51 +07:00
|
|
|
model = "Freescale Layerscape 2080a software Simulator model";
|
|
|
|
compatible = "fsl,ls2080a-simu", "fsl,ls2080a";
|
2015-01-25 04:12:52 +07:00
|
|
|
|
|
|
|
ethernet@2210000 {
|
|
|
|
compatible = "smsc,lan91c111";
|
|
|
|
reg = <0x0 0x2210000 0x0 0x100>;
|
|
|
|
interrupts = <0 58 0x1>;
|
|
|
|
};
|
|
|
|
};
|
2015-10-24 02:31:58 +07:00
|
|
|
|
|
|
|
&ifc {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|