Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: fe82dcec644244676d55a1384c958d5f67979adb authored by Linus Torvalds on 28 September 2014, 21:29:07 UTC
Linux 3.17-rc7
Tip revision: fe82dce
socfpga-reset.txt
Altera SOCFPGA Reset Manager

Required properties:
- compatible : "altr,rst-mgr"
- reg : Should contain 1 register ranges(address and length)
- #reset-cells: 1

Example:
	 rstmgr@ffd05000 {
		#reset-cells = <1>;
		compatible = "altr,rst-mgr";
		reg = <0xffd05000 0x1000>;
	};
back to top