blob: 6cef4bdbc01b7f1b7d7fd33cb15fd35d8ea3edda [file] [log] [blame]
Ben Peddell2d0a7ad2014-02-20 06:02:37 +10001/*
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-6282.dtsi"
14#include "kirkwood-synology.dtsi"
15
16/ {
Heinrich Schuchardt9d021c92016-02-07 19:34:26 +010017 model = "Synology DS112";
Ben Peddell2d0a7ad2014-02-20 06:02:37 +100018 compatible = "synology,ds111", "marvell,kirkwood";
19
20 memory {
21 device_type = "memory";
22 reg = <0x00000000 0x8000000>;
23 };
24
25 chosen {
26 bootargs = "console=ttyS0,115200n8";
Sebastian Hesselbarthab833612014-04-30 14:56:30 +020027 stdout-path = &uart0;
Ben Peddell2d0a7ad2014-02-20 06:02:37 +100028 };
29
30 gpio-fan-100-15-35-1 {
31 status = "okay";
32 };
33
34 gpio-leds-21-2 {
35 status = "okay";
36 };
37
38 regulators-hdd-30 {
39 status = "okay";
40 };
41};
42
43&s35390a {
44 status = "okay";
45};
46
Andrew Lunneb13cf82016-04-03 04:03:47 +020047&pciec {
48 status = "okay";
49};
50
51&pcie1 {
Ben Peddell2d0a7ad2014-02-20 06:02:37 +100052 status = "okay";
53};