socfpga-reset.txt 386 B

123456789101112131415
  1. Altera SOCFPGA Reset Manager
  2. Required properties:
  3. - compatible : "altr,rst-mgr"
  4. - reg : Should contain 1 register ranges(address and length)
  5. - altr,modrst-offset : Should contain the offset of the first modrst register.
  6. - #reset-cells: 1
  7. Example:
  8. rstmgr@ffd05000 {
  9. #reset-cells = <1>;
  10. compatible = "altr,rst-mgr";
  11. reg = <0xffd05000 0x1000>;
  12. altr,modrst-offset = <0x10>;
  13. };