WT1520.dtsi 611 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. palmbus@10000000 {
  13. uart@500 {
  14. status = "okay";
  15. };
  16. };
  17. pinctrl {
  18. state_default: pinctrl0 {
  19. gpio {
  20. ralink,group = "jtag";
  21. ralink,function = "gpio";
  22. };
  23. };
  24. };
  25. ethernet@10100000 {
  26. mtd-mac-address = <&factory 0x4>;
  27. };
  28. wmac@10180000 {
  29. ralink,mtd-eeprom = <&factory 0>;
  30. };
  31. ehci@101c0000 {
  32. status = "okay";
  33. };
  34. ohci@101c1000 {
  35. status = "okay";
  36. };
  37. };