kirkwood-ns2.dts 769 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. #include <dt-bindings/leds/leds-ns2.h>
  4. #include "kirkwood-ns2-common.dtsi"
  5. / {
  6. model = "LaCie Network Space v2";
  7. compatible = "lacie,netspace_v2", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  8. memory {
  9. device_type = "memory";
  10. reg = <0x00000000 0x10000000>;
  11. };
  12. ocp@f1000000 {
  13. sata@80000 {
  14. pinctrl-0 = <&pmx_ns2_sata0>;
  15. pinctrl-names = "default";
  16. status = "okay";
  17. nr-ports = <1>;
  18. };
  19. };
  20. ns2-leds {
  21. compatible = "lacie,ns2-leds";
  22. blue-sata {
  23. label = "ns2:blue:sata";
  24. slow-gpio = <&gpio0 29 0>;
  25. cmd-gpio = <&gpio0 30 0>;
  26. modes-map = <NS_V2_LED_OFF 1 0
  27. NS_V2_LED_ON 0 1
  28. NS_V2_LED_ON 1 1
  29. NS_V2_LED_SATA 0 0>;
  30. };
  31. };
  32. };
  33. &ethphy0 { reg = <8>; };