WT1520.dtsi 582 B

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