0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Device Tree file for Seagate Personal Cloud NAS 2-Bay (Armada 370 SoC).
0004 *
0005 * Copyright (C) 2015 Seagate
0006 *
0007 * Author: Simon Guinot <simon.guinot@sequanux.org>
0008 */
0009
0010 /*
0011 * Here are some information allowing to identify the device:
0012 *
0013 * Product name : Seagate Personal Cloud 2-Bay
0014 * Code name (board/PCB) : Cumulus Max
0015 * Model name (case sticker) : SRN22C
0016 * Material desc (product spec) : STCSxxxxxxx
0017 */
0018
0019 /dts-v1/;
0020 #include "armada-370-seagate-personal-cloud.dtsi"
0021
0022 / {
0023 model = "Seagate Personal Cloud 2-Bay (Cumulus, SRN22C)";
0024 compatible = "seagate,cumulus-max", "marvell,armada370", "marvell,armada-370-xp";
0025
0026 soc {
0027 internal-regs {
0028 sata@a0000 {
0029 status = "okay";
0030 nr-ports = <2>;
0031 };
0032 };
0033 };
0034
0035 regulators {
0036 regulator@2 {
0037 compatible = "regulator-fixed";
0038 reg = <2>;
0039 regulator-name = "SATA1 power";
0040 regulator-min-microvolt = <5000000>;
0041 regulator-max-microvolt = <5000000>;
0042 enable-active-high;
0043 regulator-always-on;
0044 regulator-boot-on;
0045 gpio = <&gpio1 22 GPIO_ACTIVE_HIGH>;
0046 };
0047 };
0048 };