Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: zynq: Add devicetree entry for Xilinx Zynq reset controller.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

authored by

Moritz Fischer and committed by
Olof Johansson
99650c25 f2032f24

+7
+7
arch/arm/boot/dts/zynq-7000.dtsi
··· 259 259 reg = <0x100 0x100>; 260 260 }; 261 261 262 + rstc: rstc@200 { 263 + compatible = "xlnx,zynq-reset"; 264 + reg = <0x200 0x48>; 265 + #reset-cells = <1>; 266 + syscon = <&slcr>; 267 + }; 268 + 262 269 pinctrl0: pinctrl@700 { 263 270 compatible = "xlnx,pinctrl-zynq"; 264 271 reg = <0x700 0x200>;