armada-370-seagate-personal-cloud.dts 758 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device Tree file for Seagate Personal Cloud NAS (Armada 370 SoC).
  4. *
  5. * Copyright (C) 2015 Seagate
  6. *
  7. * Author: Simon Guinot <[email protected]>
  8. */
  9. /*
  10. * Here are some information allowing to identify the device:
  11. *
  12. * Product name : Seagate Personal Cloud
  13. * Code name (board/PCB) : Cumulus
  14. * Model name (case sticker) : SRN21C
  15. * Material desc (product spec) : STCRxxxxxxx
  16. */
  17. /dts-v1/;
  18. #include "armada-370-seagate-personal-cloud.dtsi"
  19. / {
  20. model = "Seagate Personal Cloud (Cumulus, SRN21C)";
  21. compatible = "seagate,cumulus", "marvell,armada370", "marvell,armada-370-xp";
  22. soc {
  23. internal-regs {
  24. sata@a0000 {
  25. status = "okay";
  26. nr-ports = <1>;
  27. };
  28. };
  29. };
  30. };