ramips: clean up useless dts partition labels
[openwrt/staging/jow.git] / target / linux / ramips / dts / rt3052_poray_ip2202.dts
1 #include "rt3050.dtsi"
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 / {
7 compatible = "poray,ip2202", "ralink,rt3052-soc";
8 model = "Poray IP2202";
9
10 aliases {
11 led-boot = &led_run;
12 led-failsafe = &led_run;
13 led-running = &led_run;
14 led-upgrade = &led_run;
15 };
16
17 flash@1f000000 {
18 compatible = "cfi-flash";
19 reg = <0x1f000000 0x800000>;
20 bank-width = <2>;
21 device-width = <2>;
22
23 partitions {
24 compatible = "fixed-partitions";
25 #address-cells = <1>;
26 #size-cells = <1>;
27
28 partition@0 {
29 label = "u-boot";
30 reg = <0x0 0x30000>;
31 read-only;
32 };
33
34 partition@30000 {
35 label = "u-boot-env";
36 reg = <0x30000 0x10000>;
37 read-only;
38 };
39
40 partition@40000 {
41 label = "factory";
42 reg = <0x40000 0x10000>;
43 read-only;
44
45 nvmem-layout {
46 compatible = "fixed-layout";
47 #address-cells = <1>;
48 #size-cells = <1>;
49
50 macaddr_factory_28: macaddr@28 {
51 reg = <0x28 0x6>;
52 };
53 };
54 };
55
56 partition@50000 {
57 compatible = "denx,uimage";
58 label = "firmware";
59 reg = <0x50000 0x7b0000>;
60 };
61 };
62 };
63
64 leds {
65 compatible = "gpio-leds";
66
67 led_run: run {
68 label = "green:run";
69 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
70 };
71
72 net {
73 label = "amber:net";
74 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
75 };
76 };
77
78 keys {
79 compatible = "gpio-keys-polled";
80 poll-interval = <20>;
81
82 reset {
83 label = "reset";
84 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
85 linux,code = <KEY_RESTART>;
86 };
87 };
88 };
89
90 &state_default {
91 gpio {
92 groups = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
93 function = "gpio";
94 };
95 };
96
97 &ethernet {
98 nvmem-cells = <&macaddr_factory_28>;
99 nvmem-cell-names = "mac-address";
100 };
101
102 &esw {
103 mediatek,portmap = <0x2f>;
104 };
105
106 &otg {
107 status = "okay";
108 };