Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-linus
[deliverable/linux.git] / arch / arm / boot / dts / armada-370-seagate-personal-cloud.dts
CommitLineData
0ac73f76
SG
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};
This page took 0.067654 seconds and 5 git commands to generate.