kirkwood-ib62x0.dts 865 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /dts-v1/;
  2. /include/ "kirkwood.dtsi"
  3. / {
  4. model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)";
  5. compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "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. serial@12000 {
  15. clock-frequency = <200000000>;
  16. status = "okay";
  17. };
  18. sata@80000 {
  19. status = "okay";
  20. nr-ports = <2>;
  21. };
  22. nand@3000000 {
  23. status = "okay";
  24. partition@0 {
  25. label = "u-boot";
  26. reg = <0x0000000 0x100000>;
  27. };
  28. partition@100000 {
  29. label = "uImage";
  30. reg = <0x0100000 0x600000>;
  31. };
  32. partition@700000 {
  33. label = "root";
  34. reg = <0x0700000 0xf900000>;
  35. };
  36. };
  37. };
  38. };