NBG-419N.dts 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /dts-v1/;
  2. /include/ "rt3050.dtsi"
  3. / {
  4. compatible = "NBG-419N", "ralink,rt3052-soc";
  5. model = "ZyXEL NBG-419N";
  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. ethernet@10100000 {
  42. mtd-mac-address = <&factory 0x28>;
  43. };
  44. esw@10110000 {
  45. ralink,portmap = <0x2f>;
  46. };
  47. wmac@10180000 {
  48. ralink,mtd-eeprom = <&factory 0>;
  49. };
  50. gpio-leds {
  51. compatible = "gpio-leds";
  52. power {
  53. label = "nbg-419n:green:power";
  54. gpios = <&gpio0 9 1>;
  55. };
  56. wps {
  57. label = "nbg-419n:green:wps";
  58. gpios = <&gpio0 14 1>;
  59. };
  60. };
  61. gpio-keys-polled {
  62. compatible = "gpio-keys-polled";
  63. #address-cells = <1>;
  64. #size-cells = <0>;
  65. poll-interval = <20>;
  66. reset {
  67. label = "reset";
  68. gpios = <&gpio0 10 1>;
  69. linux,code = <0x198>;
  70. };
  71. wps {
  72. label = "wps";
  73. gpios = <&gpio0 0 1>;
  74. linux,code = <0x211>;
  75. };
  76. };
  77. };