rt2880_eval.dts 780 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. device_type = "memory";
  8. reg = <0x8000000 0x2000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,57600";
  12. };
  13. cfi@1f000000 {
  14. compatible = "cfi-flash";
  15. reg = <0x1f000000 0x400000>;
  16. bank-width = <2>;
  17. device-width = <2>;
  18. #address-cells = <1>;
  19. #size-cells = <1>;
  20. partition@0 {
  21. label = "uboot";
  22. reg = <0x0 0x30000>;
  23. read-only;
  24. };
  25. partition@30000 {
  26. label = "uboot-env";
  27. reg = <0x30000 0x10000>;
  28. read-only;
  29. };
  30. partition@40000 {
  31. label = "calibration";
  32. reg = <0x40000 0x10000>;
  33. read-only;
  34. };
  35. partition@50000 {
  36. label = "linux";
  37. reg = <0x50000 0x3b0000>;
  38. };
  39. };
  40. };