Skip to content

Commit

Permalink
ARM: dts: zynq: Add devicetree entry for Xilinx Zynq reset controller.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Moritz Fischer authored and Olof Johansson committed Aug 21, 2015
1 parent f2032f2 commit 99650c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@
reg = <0x100 0x100>;
};

rstc: rstc@200 {
compatible = "xlnx,zynq-reset";
reg = <0x200 0x48>;
#reset-cells = <1>;
syscon = <&slcr>;
};

pinctrl0: pinctrl@700 {
compatible = "xlnx,pinctrl-zynq";
reg = <0x700 0x200>;
Expand Down

0 comments on commit 99650c2

Please sign in to comment.