mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 12:20:50 +07:00
9d021c9d1b
Downstream packages like Debian flash-kernel use /proc/device-tree/model to determine which dtb file to install. Hence each dts in the Linux kernel should provide a unique model identifier. Commit2d0a7addbd
("ARM: Kirkwood: Add support for many Synology NAS devices") created the new files kirkwood-ds111.dts and kirkwood-ds112.dts using the same model identifier. This patch provides a unique model identifier for the Synology DiskStation DS112. Fixes:2d0a7addbd
("ARM: Kirkwood: Add support for many Synology NAS devices") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
50 lines
814 B
Plaintext
50 lines
814 B
Plaintext
/*
|
|
* Andrew Lunn <andrew@lunn.ch>
|
|
* Ben Peddell <klightspeed@killerwolves.net>
|
|
*
|
|
* This file is licensed under the terms of the GNU General Public
|
|
* License version 2. This program is licensed "as is" without any
|
|
* warranty of any kind, whether express or implied.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "kirkwood.dtsi"
|
|
#include "kirkwood-6282.dtsi"
|
|
#include "kirkwood-synology.dtsi"
|
|
|
|
/ {
|
|
model = "Synology DS112";
|
|
compatible = "synology,ds111", "marvell,kirkwood";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x8000000>;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200n8";
|
|
stdout-path = &uart0;
|
|
};
|
|
|
|
gpio-fan-100-15-35-1 {
|
|
status = "okay";
|
|
};
|
|
|
|
gpio-leds-21-2 {
|
|
status = "okay";
|
|
};
|
|
|
|
regulators-hdd-30 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
&s35390a {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie2 {
|
|
status = "okay";
|
|
};
|