rt3052_eval.dts 811 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /dts-v1/;
  2. #include "rt3050.dtsi"
  3. / {
  4. compatible = "ralink,rt3052-eval-board", "ralink,rt3052-soc";
  5. model = "Ralink RT3052 evaluation board";
  6. memory@0 {
  7. device_type = "memory";
  8. reg = <0x0 0x2000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,57600";
  12. };
  13. cfi@1f000000 {
  14. compatible = "cfi-flash";
  15. reg = <0x1f000000 0x800000>;
  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 0x7b0000>;
  38. };
  39. };
  40. usb@101c0000 {
  41. status = "ok";
  42. };
  43. };