Loading...
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Andrew Lunn <andrew@lunn.ch>
4 * Ben Peddell <klightspeed@killerwolves.net>
5 *
6 */
7
8/dts-v1/;
9
10#include "kirkwood.dtsi"
11#include "kirkwood-6282.dtsi"
12#include "kirkwood-synology.dtsi"
13
14/ {
15 model = "Synology RS212";
16 compatible = "synology,rs212", "marvell,kirkwood";
17
18 memory {
19 device_type = "memory";
20 reg = <0x00000000 0x8000000>;
21 };
22
23 chosen {
24 bootargs = "console=ttyS0,115200n8";
25 stdout-path = &uart0;
26 };
27
28 gpio-fan-100-15-35-3 {
29 status = "okay";
30 };
31
32 gpio-leds-hdd-38 {
33 status = "okay";
34 };
35
36 regulators-hdd-30-2 {
37 status = "okay";
38 };
39};
40
41&s35390a {
42 status = "okay";
43};
44
45&pciec {
46 status = "okay";
47};
48
49&pcie1 {
50 status = "okay";
51};
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-6282.dtsi"
14#include "kirkwood-synology.dtsi"
15
16/ {
17 model = "Synology RS212";
18 compatible = "synology,rs212", "marvell,kirkwood";
19
20 memory {
21 device_type = "memory";
22 reg = <0x00000000 0x8000000>;
23 };
24
25 chosen {
26 bootargs = "console=ttyS0,115200n8";
27 stdout-path = &uart0;
28 };
29
30 gpio-fan-100-15-35-3 {
31 status = "okay";
32 };
33
34 gpio-leds-hdd-38 {
35 status = "okay";
36 };
37
38 regulators-hdd-30-2 {
39 status = "okay";
40 };
41};
42
43&s35390a {
44 status = "okay";
45};
46
47&pcie2 {
48 status = "okay";
49};