0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Device Tree file for Seagate NAS 2-Bay (Armada 370 SoC).
0004 *
0005 * Copyright (C) 2015 Seagate
0006 *
0007 * Author: Vincent Donnefort <vdonnefort@gmail.com>
0008 */
0009
0010 /*
0011 * Here are some information allowing to identify the device:
0012 *
0013 * Product name : Seagate NAS 2-Bay
0014 * Code name (board/PCB) : Dart 2-Bay
0015 * Model name (case sticker) : SRPD20
0016 * Material desc (product spec) : STCTxxxxxxx
0017 */
0018
0019 /dts-v1/;
0020 #include "armada-370-seagate-nas-xbay.dtsi"
0021
0022 / {
0023 model = "Seagate NAS 2-Bay (Dart, SRPD20)";
0024 compatible = "seagate,dart-2", "marvell,armada370", "marvell,armada-370-xp";
0025
0026 gpio-fan {
0027 gpio-fan,speed-map =
0028 < 0 3
0029 950 2
0030 1400 1
0031 1800 0>;
0032 };
0033 };