forked from Qortal/Brooklyn
84ba5b15ac
* Enhance GPIO addon for Noctua Fans for the Qortector upcoming case. This will put PWM signal to real-time. * Fixed RDP not letting a user login if not logged out on Cinnamon release (reported by Crowetic) * Update i2c sensor db * Fixed DRM broadcast over HDMI 2+ * Ease up DHCP security only to prevent Brooklyn blocking routers. * Add possibility to add extra memory for Cinnamon Desktop Release * Fix error message of Software Render mode on Cinnamon Desktop * Add proper offset for HD screens for pixel array *Fixed HDMI jitter for videocore4 GPU * Enable all radios (including Bluetooth)
35 lines
758 B
Plaintext
35 lines
758 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree file for Seagate Personal Cloud NAS (Armada 370 SoC).
|
|
*
|
|
* Copyright (C) 2015 Seagate
|
|
*
|
|
* Author: Simon Guinot <simon.guinot@sequanux.org>
|
|
*/
|
|
|
|
/*
|
|
* Here are some information allowing to identify the device:
|
|
*
|
|
* Product name : Seagate Personal Cloud
|
|
* Code name (board/PCB) : Cumulus
|
|
* Model name (case sticker) : SRN21C
|
|
* Material desc (product spec) : STCRxxxxxxx
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "armada-370-seagate-personal-cloud.dtsi"
|
|
|
|
/ {
|
|
model = "Seagate Personal Cloud (Cumulus, SRN21C)";
|
|
compatible = "seagate,cumulus", "marvell,armada370", "marvell,armada-370-xp";
|
|
|
|
soc {
|
|
internal-regs {
|
|
sata@a0000 {
|
|
status = "okay";
|
|
nr-ports = <1>;
|
|
};
|
|
};
|
|
};
|
|
};
|