V11STFE.dts 1.4 KB

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