OLINUXINO-RT5350F.dts 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /dts-v1/;
  2. /include/ "rt5350.dtsi"
  3. / {
  4. compatible = "RT5350F-OLINUXINO", "ralink,rt5350-soc";
  5. model = "RT5350F-OLINUXINO";
  6. palmbus@10000000 {
  7. spi@b00 {
  8. status = "okay";
  9. m25p80@0 {
  10. #address-cells = <1>;
  11. #size-cells = <1>;
  12. compatible = "s25fl064k";
  13. reg = <0 0>;
  14. linux,modalias = "m25p80", "s25fl064k";
  15. spi-max-frequency = <10000000>;
  16. partition@0 {
  17. label = "u-boot";
  18. reg = <0x0 0x30000>;
  19. read-only;
  20. };
  21. partition@30000 {
  22. label = "u-boot-env";
  23. reg = <0x30000 0x10000>;
  24. read-only;
  25. };
  26. factory: partition@40000 {
  27. label = "factory";
  28. reg = <0x40000 0x10000>;
  29. read-only;
  30. };
  31. partition@50000 {
  32. label = "firmware";
  33. reg = <0x50000 0x3b0000>;
  34. };
  35. };
  36. };
  37. gpio1: gpio@660 {
  38. status = "okay";
  39. };
  40. };
  41. pinctrl {
  42. state_default: pinctrl0 {
  43. gpio {
  44. ralink,group = "jtag", "rgmii", "mdio", "uartf";
  45. ralink,function = "gpio";
  46. };
  47. };
  48. };
  49. ethernet@10100000 {
  50. mtd-mac-address = <&factory 0x4>;
  51. };
  52. esw@10110000 {
  53. ralink,portmap = <0x2f>;
  54. ralink,led_polarity = <0x17>;
  55. };
  56. wmac@10180000 {
  57. ralink,mtd-eeprom = <&factory 0>;
  58. };
  59. ehci@101c0000 {
  60. status = "okay";
  61. };
  62. ohci@101c1000 {
  63. status = "okay";
  64. };
  65. };