kirkwood-ns2lite.dts 498 B

123456789101112131415161718192021222324252627282930
  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. status = "okay";
  13. nr-ports = <1>;
  14. };
  15. };
  16. gpio-leds {
  17. compatible = "gpio-leds";
  18. blue-sata {
  19. label = "ns2:blue:sata";
  20. gpios = <&gpio0 30 1>;
  21. linux,default-trigger = "default-on";
  22. };
  23. };
  24. };