kirkwood-dns320.dts 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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", "mrvl,kirkwood-88f6281", "mrvl,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. nand@3000000 {
  23. status = "okay";
  24. partition@0 {
  25. label = "u-boot";
  26. reg = <0x0000000 0x100000>;
  27. read-only;
  28. };
  29. partition@100000 {
  30. label = "uImage";
  31. reg = <0x0100000 0x500000>;
  32. };
  33. partition@600000 {
  34. label = "ramdisk";
  35. reg = <0x0600000 0x500000>;
  36. };
  37. partition@b00000 {
  38. label = "image";
  39. reg = <0x0b00000 0x6600000>;
  40. };
  41. partition@7100000 {
  42. label = "mini firmware";
  43. reg = <0x7100000 0xa00000>;
  44. };
  45. partition@7b00000 {
  46. label = "config";
  47. reg = <0x7b00000 0x500000>;
  48. };
  49. };
  50. };
  51. };