1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree file for Seagate NAS 2-Bay (Armada 370 SoC).
4 *
5 * Copyright (C) 2015 Seagate
6 *
7 * Author: Vincent Donnefort <vdonnefort@gmail.com>
8 */
9
10/*
11 * Here are some information allowing to identify the device:
12 *
13 * Product name                 : Seagate NAS 2-Bay
14 * Code name (board/PCB)        : Dart 2-Bay
15 * Model name (case sticker)    : SRPD20
16 * Material desc (product spec) : STCTxxxxxxx
17 */
18
19/dts-v1/;
20#include "armada-370-seagate-nas-xbay.dtsi"
21
22/ {
23	model = "Seagate NAS 2-Bay (Dart, SRPD20)";
24	compatible = "seagate,dart-2", "marvell,armada370", "marvell,armada-370-xp";
25
26	gpio-fan {
27		gpio-fan,speed-map =
28			<   0 3
29			  950 2
30			 1400 1
31			 1800 0>;
32	};
33};
34