Skip to content

Commit 99650c2

Browse files
Moritz Fischerolofj
authored andcommitted
ARM: dts: zynq: Add devicetree entry for Xilinx Zynq reset controller.
Signed-off-by: Moritz Fischer <[email protected]> Signed-off-by: Michal Simek <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent f2032f2 commit 99650c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/zynq-7000.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,13 @@
259259
reg = <0x100 0x100>;
260260
};
261261

262+
rstc: rstc@200 {
263+
compatible = "xlnx,zynq-reset";
264+
reg = <0x200 0x48>;
265+
#reset-cells = <1>;
266+
syscon = <&slcr>;
267+
};
268+
262269
pinctrl0: pinctrl@700 {
263270
compatible = "xlnx,pinctrl-zynq";
264271
reg = <0x700 0x200>;

0 commit comments

Comments
 (0)