Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-ns2max.dts
CommitLineData
ecee1e47
SG
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 {
ef519a43
TP
16 pinctrl-0 = <&pmx_ns2_sata0 &pmx_ns2_sata1>;
17 pinctrl-names = "default";
ecee1e47
SG
18 status = "okay";
19 nr-ports = <2>;
20 };
21 };
22
23 gpio_fan {
24 compatible = "gpio-fan";
25 gpios = <&gpio0 22 1
26 &gpio0 7 1
27 &gpio1 1 1
28 &gpio0 23 1>;
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 1>;
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};
This page took 0.068153 seconds and 5 git commands to generate.