blob: 2c661add0cc031e5e2a35f08878aad209f289634 [file] [log] [blame]
Simon Guinotca7d9452012-10-17 12:09:05 +02001/dts-v1/;
2
Ezequiel Garcia0ab61292013-07-26 10:18:02 -03003#include "kirkwood-ns2-common.dtsi"
Simon Guinotca7d9452012-10-17 12:09:05 +02004
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 {
Thomas Petazzonief519a42013-05-24 11:44:48 +020016 pinctrl-0 = <&pmx_ns2_sata0>;
17 pinctrl-names = "default";
Simon Guinotca7d9452012-10-17 12:09:05 +020018 status = "okay";
19 nr-ports = <1>;
20 };
21 };
22
23 gpio-leds {
24 compatible = "gpio-leds";
25
26 blue-sata {
27 label = "ns2:blue:sata";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +010028 gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
Stephan Linze5808222016-06-10 07:59:59 +020029 linux,default-trigger = "disk-activity";
Simon Guinotca7d9452012-10-17 12:09:05 +020030 };
31 };
32};
Sebastian Hesselbarth876e2332013-07-07 22:34:56 +020033
34&ethphy0 { reg = <0>; };