0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003
0004 #include <dt-bindings/leds/leds-ns2.h>
0005 #include "kirkwood-ns2-common.dtsi"
0006
0007 / {
0008 model = "LaCie Internet Space v2";
0009 compatible = "lacie,inetspace_v2", "marvell,kirkwood-88f6281", "marvell,kirkwood";
0010
0011 memory {
0012 device_type = "memory";
0013 reg = <0x00000000 0x8000000>;
0014 };
0015
0016 ocp@f1000000 {
0017 sata@80000 {
0018 pinctrl-0 = <&pmx_ns2_sata0>;
0019 pinctrl-names = "default";
0020 status = "okay";
0021 nr-ports = <1>;
0022 };
0023 };
0024
0025 ns2-leds {
0026 compatible = "lacie,ns2-leds";
0027
0028 blue-sata {
0029 label = "ns2:blue:sata";
0030 slow-gpio = <&gpio0 29 0>;
0031 cmd-gpio = <&gpio0 30 0>;
0032 modes-map = <NS_V2_LED_OFF 1 0
0033 NS_V2_LED_ON 0 1
0034 NS_V2_LED_ON 1 1
0035 NS_V2_LED_SATA 0 0>;
0036 };
0037 };
0038 };
0039
0040 ðphy0 { reg = <8>; };