MT7621.dts 834 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /dts-v1/;
  2. #include "mt7621.dtsi"
  3. / {
  4. compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
  5. model = "Mediatek MT7621 evaluation board";
  6. memory@0 {
  7. device_type = "memory";
  8. reg = <0x0 0x2000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,57600";
  12. };
  13. nand@1e003000 {
  14. partition@0 {
  15. label = "uboot";
  16. reg = <0x00000 0x80000>; /* 64 KB */
  17. };
  18. partition@80000 {
  19. label = "uboot_env";
  20. reg = <0x80000 0x80000>; /* 64 KB */
  21. };
  22. partition@100000 {
  23. label = "factory";
  24. reg = <0x100000 0x40000>;
  25. };
  26. partition@140000 {
  27. label = "rootfs";
  28. reg = <0x140000 0xec0000>;
  29. };
  30. };
  31. };
  32. &sdhci {
  33. status = "okay";
  34. };
  35. &xhci {
  36. status = "okay";
  37. };
  38. &pinctrl {
  39. state_default: pinctrl0 {
  40. gpio {
  41. ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci";
  42. ralink,function = "gpio";
  43. };
  44. };
  45. };