0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003
0004 #include "kirkwood-ns2-common.dtsi"
0005
0006 / {
0007 model = "LaCie Network Space Lite v2";
0008 compatible = "lacie,netspace_lite_v2", "marvell,kirkwood-88f6192", "marvell,kirkwood";
0009
0010 memory {
0011 device_type = "memory";
0012 reg = <0x00000000 0x8000000>;
0013 };
0014
0015 ocp@f1000000 {
0016 sata@80000 {
0017 pinctrl-0 = <&pmx_ns2_sata0>;
0018 pinctrl-names = "default";
0019 status = "okay";
0020 nr-ports = <1>;
0021 };
0022 };
0023
0024 gpio-leds {
0025 compatible = "gpio-leds";
0026
0027 blue-sata {
0028 label = "ns2:blue:sata";
0029 gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
0030 linux,default-trigger = "disk-activity";
0031 };
0032 };
0033 };
0034
0035 ðphy0 { reg = <0>; };