delta,tn48m-reset.yaml 773 B

1234567891011121314151617181920212223242526272829303132333435
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/reset/delta,tn48m-reset.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Delta Networks TN48M CPLD reset controller
  7. maintainers:
  8. - Robert Marko <robert.marko@sartura.hr>
  9. description: |
  10. This module is part of the Delta TN48M multi-function device. For more
  11. details see ../mfd/delta,tn48m-cpld.yaml.
  12. Reset controller modules provides resets for the following:
  13. * 88F7040 SoC
  14. * 88F6820 SoC
  15. * 98DX3265 switch MAC-s
  16. * 88E1680 PHY-s
  17. * 88E1512 PHY
  18. * PoE PSE controller
  19. properties:
  20. compatible:
  21. const: delta,tn48m-reset
  22. "#reset-cells":
  23. const: 1
  24. required:
  25. - compatible
  26. - "#reset-cells"
  27. additionalProperties: false