Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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 = |
Tom Rini | 93743d2 | 2024-04-01 09:08:13 -0400 | [diff] [blame] | 28 | < 0 3>, |
| 29 | < 950 2>, |
| 30 | <1400 1>, |
| 31 | <1800 0>; |
Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 32 | }; |
| 33 | }; |