1/*
2 * Device Tree file for Seagate NAS 2-Bay (Armada 370 SoC).
3 *
4 * Copyright (C) 2015 Seagate
5 *
6 * Author: Vincent Donnefort <vdonnefort@gmail.com>
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 NAS 2-Bay
17 * Code name (board/PCB)        : Dart 2-Bay
18 * Model name (case sticker)    : SRPD20
19 * Material desc (product spec) : STCTxxxxxxx
20 */
21
22/dts-v1/;
23#include "armada-370-seagate-nas-xbay.dtsi"
24
25/ {
26	model = "Seagate NAS 2-Bay (Dart, SRPD20)";
27	compatible = "seagate,dart-2", "marvell,armada370", "marvell,armada-370-xp";
28
29	gpio-fan {
30		gpio-fan,speed-map =
31			<   0 3
32			  950 2
33			 1400 1
34			 1800 0>;
35	};
36};
37