amlogic,meson-reset.txt 479 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" or "amlogic,meson-gxbb-reset"
  7. - reg: should contain the register address base
  8. - #reset-cells: 1, see below
  9. example:
  10. reset: reset-controller {
  11. compatible = "amlogic,meson-gxbb-reset";
  12. reg = <0x0 0x04404 0x0 0x20>;
  13. #reset-cells = <1>;
  14. };