ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / reset / socfpga-reset.txt
blob38fe34fd8b8ac9375cfb74f5031a801989823bf6
1 Altera SOCFPGA Reset Manager
3 Required properties:
4 - compatible : "altr,rst-mgr" for (Cyclone5/Arria5/Arria10)
5                "altr,stratix10-rst-mgr","altr,rst-mgr" for Stratix10 ARM64 SoC
6 - reg : Should contain 1 register ranges(address and length)
7 - altr,modrst-offset : Should contain the offset of the first modrst register.
8 - #reset-cells: 1
10 Example:
11          rstmgr@ffd05000 {
12                 #reset-cells = <1>;
13                 compatible = "altr,rst-mgr";
14                 reg = <0xffd05000 0x1000>;
15                 altr,modrst-offset = <0x10>;
16         };