WIZARD8800.dts 1.2 KB

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