kirkwood-is2.dts 734 B

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