V11STFE.dts 1.2 KB

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