Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06623095 authored by Bhupesh Sharma's avatar Bhupesh Sharma Committed by Arnd Bergmann
Browse files

dts/ls2080a: Update Simulator DTS to add support of various peripherals



This patch updates the LS2080a simulator DTS to add support of various
peripherals which are supported on the simulator platform and explicitly
disables those which are yet not supported on the platform.

Signed-off-by: default avatarBhupesh Sharma <bhupesh.sharma@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent cff412ef
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -52,9 +52,19 @@
	model = "Freescale Layerscape 2080a software Simulator model";
	compatible = "fsl,ls2080a-simu", "fsl,ls2080a";

	aliases {
		serial0 = &serial0;
		serial1 = &serial1;
	};

	ethernet@2210000 {
		compatible = "smsc,lan91c111";
		reg = <0x0 0x2210000 0x0 0x100>;
		interrupts = <0 58 0x1>;
	};
};

&ifc {
	status = "okay";
};