WCR150GN.dts 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /dts-v1/;
  2. /include/ "rt3050.dtsi"
  3. / {
  4. compatible = "WCR150GN", "ralink,rt3050-soc";
  5. model = "Sparklan WCR-150GN";
  6. pinctrl {
  7. state_default: pinctrl0 {
  8. gpio {
  9. ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
  10. ralink,function = "gpio";
  11. };
  12. };
  13. };
  14. cfi@1f000000 {
  15. compatible = "cfi-flash";
  16. reg = <0x1f000000 0x800000>;
  17. bank-width = <2>;
  18. device-width = <2>;
  19. #address-cells = <1>;
  20. #size-cells = <1>;
  21. partition@0 {
  22. label = "u-boot";
  23. reg = <0x0 0x30000>;
  24. read-only;
  25. };
  26. partition@30000 {
  27. label = "u-boot-env";
  28. reg = <0x30000 0x10000>;
  29. read-only;
  30. };
  31. factory: partition@40000 {
  32. label = "factory";
  33. reg = <0x40000 0x10000>;
  34. read-only;
  35. };
  36. partition@50000 {
  37. label = "firmware";
  38. reg = <0x50000 0x3b0000>;
  39. };
  40. };
  41. gpio-leds {
  42. compatible = "gpio-leds";
  43. user {
  44. label = "wcr150gn:amber:user";
  45. gpios = <&gpio0 12 1>;
  46. };
  47. power {
  48. label = "wcr150gn:amber:power";
  49. gpios = <&gpio0 8 1>;
  50. };
  51. };
  52. gpio-keys-polled {
  53. compatible = "gpio-keys-polled";
  54. #address-cells = <1>;
  55. #size-cells = <0>;
  56. poll-interval = <20>;
  57. wps {
  58. label = "wps";
  59. gpios = <&gpio0 10 1>;
  60. linux,code = <0x211>;
  61. };
  62. reset {
  63. label = "reset";
  64. gpios = <&gpio0 0 1>;
  65. linux,code = <0x198>;
  66. };
  67. };
  68. ethernet@10100000 {
  69. mtd-mac-address = <&factory 0x4>;
  70. };
  71. esw@10110000 {
  72. ralink,portmap = <0x2f>;
  73. };
  74. wmac@10180000 {
  75. ralink,mtd-eeprom = <&factory 0>;
  76. };
  77. otg@101c0000 {
  78. status = "okay";
  79. };
  80. };