1/dts-v1/;
2
3#include "kirkwood-ns2-common.dtsi"
4
5/ {
6	model = "LaCie Network Space Max v2";
7	compatible = "lacie,netspace_max_v2", "marvell,kirkwood-88f6281", "marvell,kirkwood";
8
9	memory {
10		device_type = "memory";
11		reg = <0x00000000 0x10000000>;
12	};
13
14	ocp@f1000000 {
15		sata@80000 {
16			pinctrl-0 = <&pmx_ns2_sata0 &pmx_ns2_sata1>;
17			pinctrl-names = "default";
18			status = "okay";
19			nr-ports = <2>;
20		};
21	};
22
23	gpio_fan {
24		compatible = "gpio-fan";
25		gpios = <&gpio0 22 GPIO_ACTIVE_LOW
26			 &gpio0  7 GPIO_ACTIVE_LOW
27			 &gpio1  1 GPIO_ACTIVE_LOW
28			 &gpio0 23 GPIO_ACTIVE_LOW>;
29		gpio-fan,speed-map =
30			<   0  0
31			 1500 15
32			 1700 14
33			 1800 13
34			 2100 12
35			 3100 11
36			 3300 10
37			 4300  9
38			 5500  8>;
39		alarm-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
40	};
41
42	ns2-leds {
43		compatible = "lacie,ns2-leds";
44
45		blue-sata {
46			label = "ns2:blue:sata";
47			slow-gpio = <&gpio0 29 0>;
48			cmd-gpio = <&gpio0 30 0>;
49		};
50	};
51};
52
53&ethphy0 { reg = <8>; };
54