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