ALL5003.dts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /dts-v1/;
  2. #include "rt5350.dtsi"
  3. / {
  4. compatible = "ALL5003", "ralink,rt5350-soc";
  5. model = "Allnet ALL5003";
  6. i2c-gpio {
  7. #address-cells = <1>;
  8. #size-cells = <0>;
  9. compatible = "i2c-gpio";
  10. gpios = <&gpio0 1 0 &gpio0 2 0>;
  11. i2c-gpio,delay-us = <10>;
  12. pcf0: iexp@38 {
  13. #gpio-cells = <2>;
  14. compatible = "inxp,pcf8574a";
  15. reg = <0x38>;
  16. gpio-controller;
  17. };
  18. hwmon@4b {
  19. compatible = "national,lm92";
  20. reg = <0x4b>;
  21. };
  22. };
  23. gpio-leds {
  24. compatible = "gpio-leds";
  25. ld1 {
  26. label = "all5003:green:ld1";
  27. gpios = <&pcf0 0 1>;
  28. };
  29. ld2 {
  30. label = "all5003:green:ld2";
  31. gpios = <&pcf0 1 1>;
  32. };
  33. };
  34. };
  35. &gpio0 {
  36. status = "okay";
  37. };
  38. &spi0 {
  39. status = "okay";
  40. m25p80@0 {
  41. #address-cells = <1>;
  42. #size-cells = <1>;
  43. compatible = "jedec,spi-nor";
  44. reg = <0>;
  45. linux,modalias = "m25p80", "mx25l25635e";
  46. spi-max-frequency = <10000000>;
  47. partition@0 {
  48. label = "u-boot";
  49. reg = <0x0 0x30000>;
  50. read-only;
  51. };
  52. partition@30000 {
  53. label = "u-boot-env";
  54. reg = <0x30000 0x10000>;
  55. read-only;
  56. };
  57. factory: partition@40000 {
  58. label = "factory";
  59. reg = <0x40000 0x10000>;
  60. read-only;
  61. };
  62. partition@50000 {
  63. label = "firmware";
  64. reg = <0x50000 0x1fb0000>;
  65. };
  66. };
  67. };
  68. &pinctrl {
  69. state_default: pinctrl0 {
  70. gpio {
  71. ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
  72. ralink,function = "gpio";
  73. };
  74. };
  75. };
  76. &ethernet {
  77. mtd-mac-address = <&factory 0x28>;
  78. };
  79. &esw {
  80. mediatek,portmap = <0x3f>;
  81. };
  82. &wmac {
  83. ralink,mtd-eeprom = <&factory 0>;
  84. };
  85. &ehci {
  86. status = "okay";
  87. };
  88. &ohci {
  89. status = "okay";
  90. };