kirkwood-ns2lite.dts 586 B

12345678910111213141516171819202122232425262728293031323334
  1. /dts-v1/;
  2. #include "kirkwood-ns2-common.dtsi"
  3. / {
  4. model = "LaCie Network Space Lite v2";
  5. compatible = "lacie,netspace_lite_v2", "marvell,kirkwood-88f6192", "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. gpio-leds {
  19. compatible = "gpio-leds";
  20. blue-sata {
  21. label = "ns2:blue:sata";
  22. gpios = <&gpio0 30 1>;
  23. linux,default-trigger = "default-on";
  24. };
  25. };
  26. };
  27. &ethphy0 { reg = <0>; };