ramips: fix switch setup for Xiaomi MiWiFi Nano
[oweals/openwrt.git] / target / linux / ramips / dts / rt3050_jcg_jhr-n805r.dts
1 /dts-v1/;
2
3 #include "rt3050.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "jcg,jhr-n805r", "ralink,rt3050-soc";
10         model = "JCG JHR-N805R";
11
12         aliases {
13                 led-boot = &led_system;
14                 led-failsafe = &led_system;
15                 led-running = &led_system;
16                 led-upgrade = &led_system;
17         };
18
19         leds {
20                 compatible = "gpio-leds";
21
22                 led_system: system {
23                         label = "jhr-n805r:blue:system";
24                         gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
25                 };
26         };
27
28         keys {
29                 compatible = "gpio-keys-polled";
30                 poll-interval = <20>;
31
32                 reset {
33                         label = "reset";
34                         gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
35                         linux,code = <KEY_RESTART>;
36                 };
37         };
38 };
39
40 &state_default {
41         gpio {
42                 ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
43                 ralink,function = "gpio";
44         };
45 };
46
47 &spi0 {
48         status = "okay";
49
50         m25p80@0 {
51                 compatible = "jedec,spi-nor";
52                 reg = <0>;
53                 spi-max-frequency = <10000000>;
54
55                 partitions {
56                         compatible = "fixed-partitions";
57                         #address-cells = <1>;
58                         #size-cells = <1>;
59
60                         partition@0 {
61                                 label = "u-boot";
62                                 reg = <0x0 0x30000>;
63                                 read-only;
64                         };
65
66                         partition@30000 {
67                                 label = "u-boot-env";
68                                 reg = <0x30000 0x10000>;
69                                 read-only;
70                         };
71
72                         factory: partition@40000 {
73                                 label = "factory";
74                                 reg = <0x40000 0x10000>;
75                                 read-only;
76                         };
77
78                         partition@50000 {
79                                 compatible = "denx,uimage";
80                                 label = "firmware";
81                                 reg = <0x50000 0x3b0000>;
82                         };
83                 };
84         };
85 };
86
87 &ethernet {
88         mtd-mac-address = <&factory 0x2e>;
89 };
90
91 &esw {
92         mediatek,portmap = <0x3e>;
93 };
94
95 &wmac {
96         ralink,mtd-eeprom = <&factory 0>;
97 };