ath79-reset.txt 580 B

1234567891011121314151617181920
  1. Binding for Qualcomm Atheros AR7xxx/AR9XXX reset controller
  2. Please also refer to reset.txt in this directory for common reset
  3. controller binding usage.
  4. Required Properties:
  5. - compatible: has to be "qca,<soctype>-reset", "qca,ar7100-reset"
  6. as fallback
  7. - reg: Base address and size of the controllers memory area
  8. - #reset-cells : Specifies the number of cells needed to encode reset
  9. line, should be 1
  10. Example:
  11. reset-controller@1806001c {
  12. compatible = "qca,ar9132-reset", "qca,ar7100-reset";
  13. reg = <0x1806001c 0x4>;
  14. #reset-cells = <1>;
  15. };