rt2880_eval.dts 816 B

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