xref: /freebsd-src/sys/contrib/device-tree/src/arm/marvell/armada-370-seagate-personal-cloud.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Device Tree file for Seagate Personal Cloud NAS (Armada 370 SoC).
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright (C) 2015 Seagate
6*f126890aSEmmanuel Vadot *
7*f126890aSEmmanuel Vadot * Author: Simon Guinot <simon.guinot@sequanux.org>
8*f126890aSEmmanuel Vadot */
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/*
11*f126890aSEmmanuel Vadot * Here are some information allowing to identify the device:
12*f126890aSEmmanuel Vadot *
13*f126890aSEmmanuel Vadot * Product name                 : Seagate Personal Cloud
14*f126890aSEmmanuel Vadot * Code name (board/PCB)        : Cumulus
15*f126890aSEmmanuel Vadot * Model name (case sticker)    : SRN21C
16*f126890aSEmmanuel Vadot * Material desc (product spec) : STCRxxxxxxx
17*f126890aSEmmanuel Vadot */
18*f126890aSEmmanuel Vadot
19*f126890aSEmmanuel Vadot/dts-v1/;
20*f126890aSEmmanuel Vadot#include "armada-370-seagate-personal-cloud.dtsi"
21*f126890aSEmmanuel Vadot
22*f126890aSEmmanuel Vadot/ {
23*f126890aSEmmanuel Vadot	model = "Seagate Personal Cloud (Cumulus, SRN21C)";
24*f126890aSEmmanuel Vadot	compatible = "seagate,cumulus", "marvell,armada370", "marvell,armada-370-xp";
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot	soc {
27*f126890aSEmmanuel Vadot		internal-regs {
28*f126890aSEmmanuel Vadot			sata@a0000 {
29*f126890aSEmmanuel Vadot				status = "okay";
30*f126890aSEmmanuel Vadot				nr-ports = <1>;
31*f126890aSEmmanuel Vadot			};
32*f126890aSEmmanuel Vadot		};
33*f126890aSEmmanuel Vadot	};
34*f126890aSEmmanuel Vadot};
35