kirkwood-d2net.dts 887 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * Device Tree file for d2 Network v2
  3. *
  4. * Copyright (C) 2014 Simon Guinot <simon.guinot@sequanux.org>
  5. *
  6. * This file is licensed under the terms of the GNU General Public
  7. * License version 2. This program is licensed "as is" without any
  8. * warranty of any kind, whether express or implied.
  9. */
  10. /dts-v1/;
  11. #include "kirkwood-netxbig.dtsi"
  12. / {
  13. model = "LaCie d2 Network v2";
  14. compatible = "lacie,d2net_v2", "lacie,netxbig", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  15. memory {
  16. device_type = "memory";
  17. reg = <0x00000000 0x10000000>;
  18. };
  19. ns2-leds {
  20. compatible = "lacie,ns2-leds";
  21. blue-sata {
  22. label = "d2net_v2:blue:sata";
  23. slow-gpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;
  24. cmd-gpio = <&gpio0 30 GPIO_ACTIVE_HIGH>;
  25. };
  26. };
  27. gpio-leds {
  28. compatible = "gpio-leds";
  29. red-fail {
  30. label = "d2net_v2:red:fail";
  31. gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
  32. };
  33. };
  34. };