V11STFE.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /dts-v1/;
  2. #include "rt2880.dtsi"
  3. / {
  4. compatible = "V11ST-FE", "ralink,rt2880-soc";
  5. model = "Ralink V11ST-FE";
  6. pci@440000 {
  7. status = "okay";
  8. host-bridge {
  9. pci-bridge@1 {
  10. status = "okay";
  11. };
  12. };
  13. };
  14. nor-flash@1c000000 {
  15. compatible = "cfi-flash";
  16. reg = <0x1c000000 0x800000>;
  17. bank-width = <2>;
  18. #address-cells = <1>;
  19. #size-cells = <1>;
  20. partition@0 {
  21. reg = <0x0 0x0030000>;
  22. label = "u-boot";
  23. read-only;
  24. };
  25. partition@30000 {
  26. reg = <0x00030000 0x00010000>;
  27. label = "u-boot-env";
  28. read-only;
  29. };
  30. factory: partition@40000 {
  31. reg = <0x00040000 0x00010000>;
  32. label = "factory";
  33. read-only;
  34. };
  35. partition@50000 {
  36. reg = <0x00050000 0x003b0000>;
  37. label = "firmware";
  38. };
  39. };
  40. gpio-keys-polled {
  41. compatible = "gpio-keys-polled";
  42. #address-cells = <1>;
  43. #size-cells = <0>;
  44. poll-interval = <100>;
  45. wps {
  46. label = "wps";
  47. gpios = <&gpio0 0 0>;
  48. linux,code = <0x211>;
  49. };
  50. };
  51. gpio-leds {
  52. compatible = "gpio-leds";
  53. status {
  54. label = "v11st-fe:green:status";
  55. gpios = <&gpio0 12 1>;
  56. };
  57. };
  58. };
  59. &gpio0 {
  60. status = "okay";
  61. };
  62. &ethernet {
  63. status = "okay";
  64. };
  65. &wmac {
  66. ralink,mtd-eeprom = <&factory 0>;
  67. };