ramips: mt7620a: convert to nvmem-layout
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7620a_planex_cs-qr10.dts
1 #include "mt7620a.dtsi"
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 / {
7 compatible = "planex,cs-qr10", "ralink,mt7620a-soc";
8 model = "Planex CS-QR10";
9
10 aliases {
11 led-boot = &led_power;
12 led-failsafe = &led_power;
13 led-running = &led_power;
14 led-upgrade = &led_power;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 led_power: power {
21 label = "red:power";
22 gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
23 };
24 };
25
26 keys {
27 compatible = "gpio-keys";
28
29 s1 {
30 label = "reset";
31 gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
32 linux,code = <KEY_RESTART>;
33 };
34
35 s2 {
36 label = "wps";
37 gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
38 linux,code = <KEY_WPS_BUTTON>;
39 };
40 };
41 };
42
43 &gpio1 {
44 status = "okay";
45 };
46
47 &i2c {
48 status = "okay";
49 };
50
51 &i2s {
52 status = "okay";
53 pinctrl-names = "default";
54 pinctrl-0 = <&pcm_i2s_pins>;
55 };
56
57 &spi0 {
58 status = "okay";
59
60 flash@0 {
61 compatible = "jedec,spi-nor";
62 reg = <0>;
63 spi-max-frequency = <10000000>;
64
65 partitions {
66 compatible = "fixed-partitions";
67 #address-cells = <1>;
68 #size-cells = <1>;
69
70 partition@0 {
71 label = "u-boot";
72 reg = <0x0 0x30000>;
73 read-only;
74 };
75
76 partition@30000 {
77 label = "u-boot-env";
78 reg = <0x30000 0x10000>;
79 read-only;
80 };
81
82 factory: partition@40000 {
83 label = "factory";
84 reg = <0x40000 0x10000>;
85 read-only;
86
87 nvmem-layout {
88 compatible = "fixed-layout";
89 #address-cells = <1>;
90 #size-cells = <1>;
91
92 eeprom_factory_0: eeprom@0 {
93 reg = <0x0 0x200>;
94 };
95
96 macaddr_factory_4: macaddr@4 {
97 reg = <0x4 0x6>;
98 };
99 };
100 };
101
102 partition@50000 {
103 compatible = "denx,uimage";
104 label = "firmware";
105 reg = <0x50000 0x7b0000>;
106 };
107 };
108 };
109 };
110
111 &pcm {
112 status = "okay";
113 };
114
115 &gdma {
116 status = "okay";
117 };
118
119 &state_default {
120 gpio {
121 groups = "spi refclk", "rgmii1";
122 function = "gpio";
123 };
124 wdt {
125 groups = "wdt";
126 function = "wdt refclk";
127 };
128 };
129
130 &ethernet {
131 pinctrl-names = "default";
132 pinctrl-0 = <&ephy_pins>;
133
134 nvmem-cells = <&macaddr_factory_4>;
135 nvmem-cell-names = "mac-address";
136
137 mediatek,portmap = "llllw";
138 };
139
140 &sdhci {
141 status = "okay";
142 };
143
144 &ehci {
145 status = "okay";
146 };
147
148 &ohci {
149 status = "okay";
150 };
151
152 &wmac {
153 nvmem-cells = <&eeprom_factory_0>;
154 nvmem-cell-names = "eeprom";
155 };