rt3052_eval.dts 849 B

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