Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-ns2mini.dts
CommitLineData
7f9871d9
SG
1/dts-v1/;
2
3/include/ "kirkwood-ns2-common.dtsi"
4
5/ {
d3dde4df 6 /* This machine is embedded in the first LaCie CloudBox product. */
7f9871d9
SG
7 model = "LaCie Network Space Mini v2";
8 compatible = "lacie,netspace_mini_v2", "marvell,kirkwood-88f6192", "marvell,kirkwood";
9
10 memory {
11 device_type = "memory";
12 reg = <0x00000000 0x8000000>;
13 };
14
15 ocp@f1000000 {
16 sata@80000 {
17 status = "okay";
18 nr-ports = <1>;
19 };
20 };
21
22 gpio_fan {
23 compatible = "gpio-fan";
24 gpios = <&gpio0 22 1
25 &gpio0 7 1
26 &gpio1 1 1
27 &gpio0 23 1>;
28 gpio-fan,speed-map =
29 < 0 0
30 3000 15
31 3180 14
32 4140 13
33 4570 12
34 6760 11
35 7140 10
36 7980 9
37 9200 8>;
38 alarm-gpios = <&gpio0 25 1>;
39 };
40
41 ns2-leds {
42 compatible = "lacie,ns2-leds";
43
44 blue-sata {
45 label = "ns2:blue:sata";
46 slow-gpio = <&gpio0 29 0>;
47 cmd-gpio = <&gpio0 30 0>;
48 };
49 };
50};
This page took 0.05278 seconds and 5 git commands to generate.