kirkwood-is2.dts 574 B

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