JHR-N805R.dts 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /dts-v1/;
  2. #include "rt3050.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. compatible = "JHR-N805R", "ralink,rt3050-soc";
  6. model = "JCG JHR-N805R";
  7. gpio-leds {
  8. compatible = "gpio-leds";
  9. system {
  10. label = "jhr-n805r:blue:system";
  11. gpios = <&gpio0 9 1>;
  12. };
  13. };
  14. gpio-keys-polled {
  15. compatible = "gpio-keys-polled";
  16. #address-cells = <1>;
  17. #size-cells = <0>;
  18. poll-interval = <20>;
  19. reset {
  20. label = "reset";
  21. gpios = <&gpio0 10 1>;
  22. linux,code = <KEY_RESTART>;
  23. };
  24. };
  25. };
  26. &pinctrl {
  27. state_default: pinctrl0 {
  28. gpio {
  29. ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
  30. ralink,function = "gpio";
  31. };
  32. };
  33. };
  34. &spi0 {
  35. status = "okay";
  36. m25p80@0 {
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. compatible = "jedec,spi-nor";
  40. reg = <0>;
  41. linux,modalias = "m25p80", "mx25l3205d";
  42. spi-max-frequency = <10000000>;
  43. partition@0 {
  44. label = "u-boot";
  45. reg = <0x0 0x30000>;
  46. read-only;
  47. };
  48. partition@30000 {
  49. label = "u-boot-env";
  50. reg = <0x30000 0x10000>;
  51. read-only;
  52. };
  53. factory: partition@40000 {
  54. label = "factory";
  55. reg = <0x40000 0x10000>;
  56. read-only;
  57. };
  58. partition@50000 {
  59. label = "firmware";
  60. reg = <0x50000 0x3b0000>;
  61. };
  62. };
  63. };
  64. &ethernet {
  65. mtd-mac-address = <&factory 0x2e>;
  66. };
  67. &esw {
  68. mediatek,portmap = <0x3e>;
  69. };
  70. &wmac {
  71. ralink,mtd-eeprom = <&factory 0>;
  72. };