From: Bhupesh Sharma Date: Fri, 23 Oct 2015 19:31:58 +0000 (+0530) Subject: dts/ls2080a: Update Simulator DTS to add support of various peripherals X-Git-Tag: v5.15~14732^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=066230950eded98cb00a7eb1fea52db76088bcab;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Scott Wood Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts b/arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts index 6d363d5..505d038 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"; +}; +