kirkwood-dns325.dts 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /dts-v1/;
  2. /include/ "kirkwood.dtsi"
  3. / {
  4. model = "D-Link DNS-325 NAS (Rev A1)";
  5. compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  6. memory {
  7. device_type = "memory";
  8. reg = <0x00000000 0x10000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,115200n8 earlyprintk";
  12. };
  13. gpio-leds {
  14. compatible = "gpio-leds";
  15. white-power {
  16. label = "dns325:white:power";
  17. gpios = <&gpio0 26 1>; /* GPIO 26 Active Low */
  18. linux,default-trigger = "default-on";
  19. };
  20. white-usb {
  21. label = "dns325:white:usb";
  22. gpios = <&gpio1 11 1>; /* GPIO 43 Active Low */
  23. };
  24. red-l_hdd {
  25. label = "dns325:red:l_hdd";
  26. gpios = <&gpio0 28 1>; /* GPIO 28 Active Low */
  27. };
  28. red-r_hdd {
  29. label = "dns325:red:r_hdd";
  30. gpios = <&gpio0 27 1>; /* GPIO 27 Active Low */
  31. };
  32. red-usb {
  33. label = "dns325:red:usb";
  34. gpios = <&gpio0 29 1>; /* GPIO 29 Active Low */
  35. };
  36. };
  37. ocp@f1000000 {
  38. i2c@11000 {
  39. status = "okay";
  40. lm75: lm75@48 {
  41. compatible = "national,lm75";
  42. reg = <0x48>;
  43. };
  44. };
  45. serial@12000 {
  46. clock-frequency = <200000000>;
  47. status = "okay";
  48. };
  49. sata@80000 {
  50. status = "okay";
  51. nr-ports = <2>;
  52. };
  53. nand@3000000 {
  54. status = "okay";
  55. partition@0 {
  56. label = "u-boot";
  57. reg = <0x0000000 0x100000>;
  58. read-only;
  59. };
  60. partition@100000 {
  61. label = "uImage";
  62. reg = <0x0100000 0x500000>;
  63. };
  64. partition@600000 {
  65. label = "ramdisk";
  66. reg = <0x0600000 0x500000>;
  67. };
  68. partition@b00000 {
  69. label = "image";
  70. reg = <0x0b00000 0x6600000>;
  71. };
  72. partition@7100000 {
  73. label = "mini firmware";
  74. reg = <0x7100000 0xa00000>;
  75. };
  76. partition@7b00000 {
  77. label = "config";
  78. reg = <0x7b00000 0x500000>;
  79. };
  80. };
  81. };
  82. };