armada-370-seagate-personal-cloud-2bay.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device Tree file for Seagate Personal Cloud NAS 2-Bay (Armada 370 SoC).
  4. *
  5. * Copyright (C) 2015 Seagate
  6. *
  7. * Author: Simon Guinot <simon.guinot@sequanux.org>
  8. */
  9. /*
  10. * Here are some information allowing to identify the device:
  11. *
  12. * Product name : Seagate Personal Cloud 2-Bay
  13. * Code name (board/PCB) : Cumulus Max
  14. * Model name (case sticker) : SRN22C
  15. * Material desc (product spec) : STCSxxxxxxx
  16. */
  17. /dts-v1/;
  18. #include "armada-370-seagate-personal-cloud.dtsi"
  19. / {
  20. model = "Seagate Personal Cloud 2-Bay (Cumulus, SRN22C)";
  21. compatible = "seagate,cumulus-max", "marvell,armada370", "marvell,armada-370-xp";
  22. soc {
  23. internal-regs {
  24. sata@a0000 {
  25. status = "okay";
  26. nr-ports = <2>;
  27. };
  28. };
  29. };
  30. regulators {
  31. regulator@2 {
  32. compatible = "regulator-fixed";
  33. reg = <2>;
  34. regulator-name = "SATA1 power";
  35. regulator-min-microvolt = <5000000>;
  36. regulator-max-microvolt = <5000000>;
  37. enable-active-high;
  38. regulator-always-on;
  39. regulator-boot-on;
  40. gpio = <&gpio1 22 GPIO_ACTIVE_HIGH>;
  41. };
  42. };
  43. };