]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - Documentation/devicetree/bindings/reset/socfpga-reset.txt
Merge tag 'omap-for-v5.0/fixes-rc7-signed' of git://git.kernel.org/pub/scm/linux...
[mirror_ubuntu-eoan-kernel.git] / Documentation / devicetree / bindings / reset / socfpga-reset.txt
CommitLineData
9c4566a1
DN
1Altera SOCFPGA Reset Manager
2
3Required properties:
a277105b
DN
4- compatible : "altr,rst-mgr" for (Cyclone5/Arria5/Arria10)
5 "altr,stratix10-rst-mgr","altr,rst-mgr" for Stratix10 ARM64 SoC
9c4566a1 6- reg : Should contain 1 register ranges(address and length)
1a94acf8 7- altr,modrst-offset : Should contain the offset of the first modrst register.
75bb3419 8- #reset-cells: 1
9c4566a1
DN
9
10Example:
11 rstmgr@ffd05000 {
75bb3419 12 #reset-cells = <1>;
9c4566a1
DN
13 compatible = "altr,rst-mgr";
14 reg = <0xffd05000 0x1000>;
1a94acf8 15 altr,modrst-offset = <0x10>;
9c4566a1 16 };