eswin,eic7700-reset.yaml 883 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/reset/eswin,eic7700-reset.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: ESWIN EIC7700 SoC reset controller
  7. maintainers:
  8. - Yifeng Huang <huangyifeng@eswincomputing.com>
  9. - Xuyang Dong <dongxuyang@eswincomputing.com>
  10. description:
  11. The system reset controller can be used to reset various peripheral
  12. controllers in ESWIN eic7700 SoC.
  13. properties:
  14. compatible:
  15. const: eswin,eic7700-reset
  16. reg:
  17. maxItems: 1
  18. '#reset-cells':
  19. const: 1
  20. required:
  21. - compatible
  22. - reg
  23. - '#reset-cells'
  24. additionalProperties: false
  25. examples:
  26. - |
  27. #include <dt-bindings/reset/eswin,eic7700-reset.h>
  28. reset-controller@51828300 {
  29. compatible = "eswin,eic7700-reset";
  30. reg = <0x51828300 0x200>;
  31. #reset-cells = <1>;
  32. };