blob: 6ec3dd3337f4234c0c0f9932c25fb56385fee018 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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 =
Tom Rini93743d22024-04-01 09:08:13 -040028 < 0 3>,
29 < 950 2>,
30 <1400 1>,
31 <1800 0>;
Tom Rini53633a82024-02-29 12:33:36 -050032 };
33};