armada-370-seagate-nas-2bay.dts 720 B

123456789101112131415161718192021222324252627282930313233
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device Tree file for Seagate NAS 2-Bay (Armada 370 SoC).
  4. *
  5. * Copyright (C) 2015 Seagate
  6. *
  7. * Author: Vincent Donnefort <[email protected]>
  8. */
  9. /*
  10. * Here are some information allowing to identify the device:
  11. *
  12. * Product name : Seagate NAS 2-Bay
  13. * Code name (board/PCB) : Dart 2-Bay
  14. * Model name (case sticker) : SRPD20
  15. * Material desc (product spec) : STCTxxxxxxx
  16. */
  17. /dts-v1/;
  18. #include "armada-370-seagate-nas-xbay.dtsi"
  19. / {
  20. model = "Seagate NAS 2-Bay (Dart, SRPD20)";
  21. compatible = "seagate,dart-2", "marvell,armada370", "marvell,armada-370-xp";
  22. gpio-fan {
  23. gpio-fan,speed-map =
  24. < 0 3
  25. 950 2
  26. 1400 1
  27. 1800 0>;
  28. };
  29. };