MT7628.dts 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /dts-v1/;
  2. /include/ "mt7628an.dtsi"
  3. / {
  4. compatible = "mediatek,mt7628an-eval-board", "mediatek,mt7628an-soc";
  5. model = "Mediatek MT7628AN evaluation board";
  6. memory@0 {
  7. device_type = "memory";
  8. reg = <0x0 0x2000000>;
  9. };
  10. pinctrl {
  11. state_default: pinctrl0 {
  12. gpio {
  13. ralink,group = "i2c", "jtag";
  14. ralink,function = "gpio";
  15. };
  16. };
  17. };
  18. palmbus@10000000 {
  19. spi@b00 {
  20. status = "okay";
  21. m25p80@0 {
  22. #address-cells = <1>;
  23. #size-cells = <1>;
  24. compatible = "en25q64";
  25. reg = <0 0>;
  26. linux,modalias = "m25p80", "en25q64";
  27. spi-max-frequency = <10000000>;
  28. m25p,chunked-io = <32>;
  29. partition@0 {
  30. label = "u-boot";
  31. reg = <0x0 0x30000>;
  32. read-only;
  33. };
  34. partition@30000 {
  35. label = "u-boot-env";
  36. reg = <0x30000 0x10000>;
  37. read-only;
  38. };
  39. factory: partition@40000 {
  40. label = "factory";
  41. reg = <0x40000 0x10000>;
  42. read-only;
  43. };
  44. partition@50000 {
  45. label = "firmware";
  46. reg = <0x50000 0x7b0000>;
  47. };
  48. };
  49. };
  50. };
  51. };