• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Device Tree file for Seagate Personal Cloud NAS (Armada 370 SoC).
3 *
4 * Copyright (C) 2015 Seagate
5 *
6 * Author: Simon Guinot <simon.guinot@sequanux.org>
7 *
8 * This file is licensed under the terms of the GNU General Public
9 * License version 2.  This program is licensed "as is" without any
10 * warranty of any kind, whether express or implied.
11 */
12
13/*
14 * Here are some information allowing to identify the device:
15 *
16 * Product name                 : Seagate Personal Cloud
17 * Code name (board/PCB)        : Cumulus
18 * Model name (case sticker)    : SRN21C
19 * Material desc (product spec) : STCRxxxxxxx
20 */
21
22/dts-v1/;
23#include "armada-370-seagate-personal-cloud.dtsi"
24
25/ {
26	model = "Seagate Personal Cloud (Cumulus, SRN21C)";
27	compatible = "seagate,cumulus", "marvell,armada370", "marvell,armada-370-xp";
28
29	soc {
30		internal-regs {
31			sata@a0000 {
32				status = "okay";
33				nr-ports = <1>;
34			};
35		};
36	};
37};
38