amlogic,meson-reset.txt 508 B

12345678910111213141516171819
  1. Amlogic Meson SoC Reset Controller
  2. =======================================
  3. Please also refer to reset.txt in this directory for common reset
  4. controller binding usage.
  5. Required properties:
  6. - compatible: Should be "amlogic,meson8b-reset", "amlogic,meson-gxbb-reset" or
  7. "amlogic,meson-axg-reset".
  8. - reg: should contain the register address base
  9. - #reset-cells: 1, see below
  10. example:
  11. reset: reset-controller {
  12. compatible = "amlogic,meson-gxbb-reset";
  13. reg = <0x0 0x04404 0x0 0x20>;
  14. #reset-cells = <1>;
  15. };