]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame_incremental - Documentation/devicetree/bindings/reset/socfpga-reset.txt
Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/atmel', 'spi/fix/doc',...
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / reset / socfpga-reset.txt
... / ...
CommitLineData
1Altera SOCFPGA Reset Manager
2
3Required properties:
4- compatible : "altr,rst-mgr"
5- reg : Should contain 1 register ranges(address and length)
6- altr,modrst-offset : Should contain the offset of the first modrst register.
7- #reset-cells: 1
8
9Example:
10 rstmgr@ffd05000 {
11 #reset-cells = <1>;
12 compatible = "altr,rst-mgr";
13 reg = <0xffd05000 0x1000>;
14 altr,modrst-offset = <0x10>;
15 };