kirkwood-dns320.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /dts-v1/;
  2. /include/ "kirkwood-dnskw.dtsi"
  3. / {
  4. model = "D-Link DNS-320 NAS (Rev A1)";
  5. compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  6. memory {
  7. device_type = "memory";
  8. reg = <0x00000000 0x8000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,115200n8 earlyprintk";
  12. };
  13. gpio-leds {
  14. compatible = "gpio-leds";
  15. blue-power {
  16. label = "dns320:blue:power";
  17. gpios = <&gpio0 26 1>; /* GPIO 26 Active Low */
  18. linux,default-trigger = "default-on";
  19. };
  20. blue-usb {
  21. label = "dns320:blue:usb";
  22. gpios = <&gpio1 11 1>; /* GPIO 43 Active Low */
  23. };
  24. orange-l_hdd {
  25. label = "dns320:orange:l_hdd";
  26. gpios = <&gpio0 28 1>; /* GPIO 28 Active Low */
  27. };
  28. orange-r_hdd {
  29. label = "dns320:orange:r_hdd";
  30. gpios = <&gpio0 27 1>; /* GPIO 27 Active Low */
  31. };
  32. orange-usb {
  33. label = "dns320:orange:usb";
  34. gpios = <&gpio1 3 1>; /* GPIO 35 Active Low */
  35. };
  36. };
  37. ocp@f1000000 {
  38. serial@12000 {
  39. clock-frequency = <166666667>;
  40. status = "okay";
  41. };
  42. serial@12100 {
  43. clock-frequency = <166666667>;
  44. status = "okay";
  45. };
  46. };
  47. };