WT1520.dtsi 558 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #include "rt5350.dtsi"
  2. / {
  3. compatible = "NEXXWT1520", "ralink,rt5350-soc";
  4. memory@0 {
  5. device_type = "memory";
  6. reg = <0x0 0x2000000>;
  7. };
  8. chosen {
  9. bootargs = "console=ttyS1,57600";
  10. };
  11. };
  12. &uart {
  13. pinctrl-names = "default";
  14. pinctrl-0 = <&uartf_pins>;
  15. status = "okay";
  16. };
  17. &pinctrl {
  18. state_default: pinctrl0 {
  19. gpio {
  20. ralink,group = "jtag";
  21. ralink,function = "gpio";
  22. };
  23. };
  24. };
  25. &ethernet {
  26. mtd-mac-address = <&factory 0x4>;
  27. };
  28. &wmac {
  29. ralink,mtd-eeprom = <&factory 0>;
  30. };
  31. &ehci {
  32. status = "okay";
  33. };
  34. &ohci {
  35. status = "okay";
  36. };