From: yangbo lu Date: Wed, 9 Nov 2016 03:14:06 +0000 (+0800) Subject: ARM64: dts: ls2080a: add device configuration node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e7a802c02c291ae6c7394dcae00dd30914c0d94b;p=linux-beck.git ARM64: dts: ls2080a: add device configuration node Add the dts node for device configuration unit that provides general purpose configuration and status for the device. Signed-off-by: Yangbo Lu Acked-by: Scott Wood Acked-by: Arnd Bergmann Signed-off-by: Ulf Hansson --- diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi index 7f0dc13b4087..d058e56db72d 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi @@ -216,6 +216,12 @@ clocks = <&sysclk>; }; + dcfg: dcfg@1e00000 { + compatible = "fsl,ls2080a-dcfg", "syscon"; + reg = <0x0 0x1e00000 0x0 0x10000>; + little-endian; + }; + serial0: serial@21c0500 { compatible = "fsl,ns16550", "ns16550a"; reg = <0x0 0x21c0500 0x0 0x100>;