18c2ecf20Sopenharmony_ciAltera SOCFPGA Reset Manager
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible : "altr,rst-mgr" for (Cyclone5/Arria5/Arria10)
58c2ecf20Sopenharmony_ci	       "altr,stratix10-rst-mgr","altr,rst-mgr" for Stratix10 ARM64 SoC
68c2ecf20Sopenharmony_ci- reg : Should contain 1 register ranges(address and length)
78c2ecf20Sopenharmony_ci- altr,modrst-offset : Should contain the offset of the first modrst register.
88c2ecf20Sopenharmony_ci- #reset-cells: 1
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciExample:
118c2ecf20Sopenharmony_ci	 rstmgr@ffd05000 {
128c2ecf20Sopenharmony_ci		#reset-cells = <1>;
138c2ecf20Sopenharmony_ci		compatible = "altr,rst-mgr";
148c2ecf20Sopenharmony_ci		reg = <0xffd05000 0x1000>;
158c2ecf20Sopenharmony_ci		altr,modrst-offset = <0x10>;
168c2ecf20Sopenharmony_ci	};
17