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