Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into...
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-ns2.dts
1 /dts-v1/;
2
3 /include/ "kirkwood-ns2-common.dtsi"
4
5 / {
6 model = "LaCie Network Space v2";
7 compatible = "lacie,netspace_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 status = "okay";
17 nr-ports = <1>;
18 };
19 };
20
21 ns2-leds {
22 compatible = "lacie,ns2-leds";
23
24 blue-sata {
25 label = "ns2:blue:sata";
26 slow-gpio = <&gpio0 29 0>;
27 cmd-gpio = <&gpio0 30 0>;
28 };
29 };
30 };
This page took 0.034422 seconds and 6 git commands to generate.