31 lines
498 B
Plaintext
31 lines
498 B
Plaintext
/dts-v1/;
|
|
|
|
/include/ "kirkwood-ns2-common.dtsi"
|
|
|
|
/ {
|
|
model = "LaCie Network Space Lite v2";
|
|
compatible = "lacie,netspace_lite_v2", "marvell,kirkwood-88f6192", "marvell,kirkwood";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x8000000>;
|
|
};
|
|
|
|
ocp@f1000000 {
|
|
sata@80000 {
|
|
status = "okay";
|
|
nr-ports = <1>;
|
|
};
|
|
};
|
|
|
|
gpio-leds {
|
|
compatible = "gpio-leds";
|
|
|
|
blue-sata {
|
|
label = "ns2:blue:sata";
|
|
gpios = <&gpio0 30 1>;
|
|
linux,default-trigger = "default-on";
|
|
};
|
|
};
|
|
};
|