mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
e7822263a7
Follow the recent trend for the license description Acked-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
44 lines
633 B
Plaintext
44 lines
633 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Andrew Lunn <andrew@lunn.ch>
|
|
* Ben Peddell <klightspeed@killerwolves.net>
|
|
*
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "kirkwood.dtsi"
|
|
#include "kirkwood-6281.dtsi"
|
|
#include "kirkwood-synology.dtsi"
|
|
|
|
/ {
|
|
model = "Synology DS209";
|
|
compatible = "synology,ds209", "marvell,kirkwood";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x8000000>;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200n8";
|
|
stdout-path = &uart0;
|
|
};
|
|
|
|
gpio-fan-150-32-35 {
|
|
status = "okay";
|
|
};
|
|
|
|
gpio-leds-hdd-21-2 {
|
|
status = "okay";
|
|
};
|
|
|
|
regulators-hdd-31 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
&rs5c372 {
|
|
status = "okay";
|
|
};
|