rt3052_eval.dts 872 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /dts-v1/;
  2. /include/ "rt3050.dtsi"
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. compatible = "ralink,rt3052-eval-board", "ralink,rt3052-soc";
  7. model = "Ralink RT3052 evaluation board";
  8. memory@0 {
  9. reg = <0x0 0x2000000>;
  10. };
  11. palmbus@10000000 {
  12. sysc@0 {
  13. ralink,pinmmux = "uartlite", "spi";
  14. ralink,uartmux = "gpio";
  15. ralink,wdtmux = <0>;
  16. };
  17. };
  18. cfi@1f000000 {
  19. compatible = "cfi-flash";
  20. reg = <0x1f000000 0x800000>;
  21. bank-width = <2>;
  22. device-width = <2>;
  23. #address-cells = <1>;
  24. #size-cells = <1>;
  25. partition@0 {
  26. label = "uboot";
  27. reg = <0x0 0x30000>;
  28. read-only;
  29. };
  30. partition@30000 {
  31. label = "uboot-env";
  32. reg = <0x30000 0x10000>;
  33. read-only;
  34. };
  35. partition@40000 {
  36. label = "calibration";
  37. reg = <0x40000 0x10000>;
  38. read-only;
  39. };
  40. partition@50000 {
  41. label = "linux";
  42. reg = <0x50000 0x7b0000>;
  43. };
  44. };
  45. };