kirkwood-dns320.dts 1.1 KB

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