0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Device Tree file for Seagate Personal Cloud NAS (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
0014 * Code name (board/PCB) : Cumulus
0015 * Model name (case sticker) : SRN21C
0016 * Material desc (product spec) : STCRxxxxxxx
0017 */
0018
0019 /dts-v1/;
0020 #include "armada-370-seagate-personal-cloud.dtsi"
0021
0022 / {
0023 model = "Seagate Personal Cloud (Cumulus, SRN21C)";
0024 compatible = "seagate,cumulus", "marvell,armada370", "marvell,armada-370-xp";
0025
0026 soc {
0027 internal-regs {
0028 sata@a0000 {
0029 status = "okay";
0030 nr-ports = <1>;
0031 };
0032 };
0033 };
0034 };