rt2880_eval.dts 754 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /dts-v1/;
  2. /include/ "rt2880.dtsi"
  3. / {
  4. compatible = "ralink,rt2880-eval-board", "ralink,rt2880-soc";
  5. model = "Ralink RT2880 evaluation board";
  6. memory@0 {
  7. reg = <0x8000000 0x2000000>;
  8. };
  9. chosen {
  10. bootargs = "console=ttyS0,57600";
  11. };
  12. cfi@1f000000 {
  13. compatible = "cfi-flash";
  14. reg = <0x1f000000 0x400000>;
  15. bank-width = <2>;
  16. device-width = <2>;
  17. #address-cells = <1>;
  18. #size-cells = <1>;
  19. partition@0 {
  20. label = "uboot";
  21. reg = <0x0 0x30000>;
  22. read-only;
  23. };
  24. partition@30000 {
  25. label = "uboot-env";
  26. reg = <0x30000 0x10000>;
  27. read-only;
  28. };
  29. partition@40000 {
  30. label = "calibration";
  31. reg = <0x40000 0x10000>;
  32. read-only;
  33. };
  34. partition@50000 {
  35. label = "linux";
  36. reg = <0x50000 0x3b0000>;
  37. };
  38. };
  39. };