Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetoot...
[cascardo/linux.git] / arch / arm / boot / dts / kirkwood-ns2lite.dts
1 /dts-v1/;
2
3 /include/ "kirkwood-ns2-common.dtsi"
4
5 / {
6         model = "LaCie Network Space Lite v2";
7         compatible = "lacie,netspace_lite_v2", "marvell,kirkwood-88f6192", "marvell,kirkwood";
8
9         memory {
10                 device_type = "memory";
11                 reg = <0x00000000 0x8000000>;
12         };
13
14         ocp@f1000000 {
15                 sata@80000 {
16                         status = "okay";
17                         nr-ports = <1>;
18                 };
19         };
20
21         gpio-leds {
22                 compatible = "gpio-leds";
23
24                 blue-sata {
25                         label = "ns2:blue:sata";
26                         gpios = <&gpio0 30 1>;
27                         linux,default-trigger = "default-on";
28                 };
29         };
30 };