diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2015-07-30 21:13:55 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-21 12:10:00 -0400 |
commit | 99650c258a4bbe7e62754c734c3888f29b59f72a (patch) | |
tree | 5ee1bb70e326df5de2035dacd6f682f4f27c2895 | |
parent | f2032f24c0e51487d88c3555db12e27d561e4f14 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/zynq-7000.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index ac0a6a09b652..dc0457e40775 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi | |||
@@ -259,6 +259,13 @@ | |||
259 | reg = <0x100 0x100>; | 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 | pinctrl0: pinctrl@700 { | 269 | pinctrl0: pinctrl@700 { |
263 | compatible = "xlnx,pinctrl-zynq"; | 270 | compatible = "xlnx,pinctrl-zynq"; |
264 | reg = <0x700 0x200>; | 271 | reg = <0x700 0x200>; |