Skip to content
Snippets Groups Projects
Commit 4c987271 authored by Moritz Fischer's avatar Moritz Fischer Committed by Michal Simek
Browse files

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

parent 58fab4cd
No related branches found
No related tags found
No related merge requests found
...@@ -272,6 +272,13 @@ ...@@ -272,6 +272,13 @@
reg = <0x100 0x100>; reg = <0x100 0x100>;
}; };
rstc: rstc@200 {
compatible = "xlnx,zynq-reset";
reg = <0x200 0x48>;
#reset-cells = <1>;
syscon = <&slcr>;
};
pinctrl0: pinctrl@700 { pinctrl0: pinctrl@700 {
compatible = "xlnx,pinctrl-zynq"; compatible = "xlnx,pinctrl-zynq";
reg = <0x700 0x200>; reg = <0x700 0x200>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment