1/*
2 * Andrew Lunn <andrew@lunn.ch>
3 * Ben Peddell <klightspeed@killerwolves.net>
4 *
5 * This file is licensed under the terms of the GNU General Public
6 * License version 2.  This program is licensed "as is" without any
7 * warranty of any kind, whether express or implied.
8 */
9
10/dts-v1/;
11
12#include "kirkwood.dtsi"
13#include "kirkwood-6281.dtsi"
14#include "kirkwood-synology.dtsi"
15
16/ {
17	model = "Synology DS210 v10, v20, v30, DS211j";
18	compatible = "synology,ds210jv10", "synology,ds210jv20",
19		     "synology,ds210jv30", "synology,ds211j",
20		     "marvell,kirkwood";
21
22	memory {
23		device_type = "memory";
24		reg = <0x00000000 0x8000000>;
25	};
26
27	chosen {
28		bootargs = "console=ttyS0,115200n8";
29		stdout-path = &uart0;
30	};
31
32	gpio-fan-150-32-35 {
33		status = "okay";
34	};
35
36	gpio-leds-hdd-21-2 {
37		status = "okay";
38	};
39
40	regulators-hdd-31 {
41		status = "okay";
42	};
43};
44
45&s35390a {
46	status = "okay";
47};
48