blob: 98c9f560e5c5bf633b799500cfe36272d0a564e3 [file] [log] [blame]
Dinh Nguyen9c4566a2012-10-25 10:41:39 -06001Altera SOCFPGA Reset Manager
2
3Required properties:
4- compatible : "altr,rst-mgr"
5- reg : Should contain 1 register ranges(address and length)
Dinh Nguyen1a94acf2015-07-24 14:05:06 -05006- altr,modrst-offset : Should contain the offset of the first modrst register.
Steffen Trumtrar75bb3412014-04-15 17:18:11 -05007- #reset-cells: 1
Dinh Nguyen9c4566a2012-10-25 10:41:39 -06008
9Example:
10 rstmgr@ffd05000 {
Steffen Trumtrar75bb3412014-04-15 17:18:11 -050011 #reset-cells = <1>;
Dinh Nguyen9c4566a2012-10-25 10:41:39 -060012 compatible = "altr,rst-mgr";
13 reg = <0xffd05000 0x1000>;
Dinh Nguyen1a94acf2015-07-24 14:05:06 -050014 altr,modrst-offset = <0x10>;
Dinh Nguyen9c4566a2012-10-25 10:41:39 -060015 };