V11STFE.dts 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. pci@10140000 {
  22. status = "okay";
  23. host-bridge {
  24. pci-bridge@1 {
  25. status = "okay";
  26. };
  27. };
  28. };
  29. nor-flash@1c000000 {
  30. compatible = "cfi-flash";
  31. reg = <0x1c000000 0x800000>;
  32. bank-width = <2>;
  33. #address-cells = <1>;
  34. #size-cells = <1>;
  35. partition@0 {
  36. reg = <0x0 0x0030000>;
  37. label = "u-boot";
  38. read-only;
  39. };
  40. partition@30000 {
  41. reg = <0x00030000 0x00010000>;
  42. label = "u-boot-env";
  43. read-only;
  44. };
  45. partition@40000 {
  46. reg = <0x00040000 0x00010000>;
  47. label = "factory";
  48. read-only;
  49. };
  50. partition@50000 {
  51. reg = <0x00050000 0x003b0000>;
  52. label = "firmware";
  53. };
  54. };
  55. gpio-keys-polled {
  56. compatible = "gpio-keys-polled";
  57. #address-cells = <1>;
  58. #size-cells = <0>;
  59. poll-interval = <100>;
  60. wps {
  61. label = "wps";
  62. gpios = <&gpio0 0 0>;
  63. linux,code = <0x211>;
  64. };
  65. };
  66. gpio-leds {
  67. compatible = "gpio-leds";
  68. status {
  69. label = "v11st-fe:green:status";
  70. gpios = <&gpio0 12 1>;
  71. };
  72. };
  73. };