summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts
diff options
context:
space:
mode:
authorBhupesh Sharma <bhupesh.sharma@freescale.com>2015-10-24 01:01:58 +0530
committerArnd Bergmann <arnd@arndb.de>2015-10-23 22:36:51 +0200
commit066230950eded98cb00a7eb1fea52db76088bcab (patch)
treecc4c01d7c87fa35531d7169d2f483f709523151d /arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts
parentcff412ef9d3ae86ffae238e6d0bfdd95edb9cf0d (diff)
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: Bhupesh Sharma <bhupesh.sharma@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts b/arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts
index 6d363d5b42ed..505d038078a3 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts
@@ -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";
+};
+