rt3052_eval.dts 785 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. reg = <0x0 0x2000000>;
  8. };
  9. chosen {
  10. bootargs = "console=ttyS0,57600";
  11. };
  12. cfi@1f000000 {
  13. compatible = "cfi-flash";
  14. reg = <0x1f000000 0x800000>;
  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 0x7b0000>;
  37. };
  38. };
  39. usb@101c0000 {
  40. status = "ok";
  41. };
  42. };