kirkwood-dns325.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. ocp@f1000000 {
  14. i2c@11000 {
  15. status = "okay";
  16. lm75: lm75@48 {
  17. compatible = "national,lm75";
  18. reg = <0x48>;
  19. };
  20. };
  21. serial@12000 {
  22. clock-frequency = <200000000>;
  23. status = "okay";
  24. };
  25. sata@80000 {
  26. status = "okay";
  27. nr-ports = <2>;
  28. };
  29. nand@3000000 {
  30. status = "okay";
  31. partition@0 {
  32. label = "u-boot";
  33. reg = <0x0000000 0x100000>;
  34. read-only;
  35. };
  36. partition@100000 {
  37. label = "uImage";
  38. reg = <0x0100000 0x500000>;
  39. };
  40. partition@600000 {
  41. label = "ramdisk";
  42. reg = <0x0600000 0x500000>;
  43. };
  44. partition@b00000 {
  45. label = "image";
  46. reg = <0x0b00000 0x6600000>;
  47. };
  48. partition@7100000 {
  49. label = "mini firmware";
  50. reg = <0x7100000 0xa00000>;
  51. };
  52. partition@7b00000 {
  53. label = "config";
  54. reg = <0x7b00000 0x500000>;
  55. };
  56. };
  57. };
  58. };