kernel: remove non-existant symbols
[oweals/openwrt.git] / target / linux / ramips / dts / mt7620n_zbtlink_zbt-cpe102.dts
1 /dts-v1/;
2
3 #include "mt7620n.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "zbtlink,zbt-cpe102", "ralink,mt7620n-soc";
10         model = "Zbtlink ZBT-CPE102";
11
12         chosen {
13                 bootargs = "console=ttyS0,115200";
14         };
15
16         aliases {
17                 led-boot = &led_4g_0;
18                 led-failsafe = &led_4g_0;
19         };
20
21         leds {
22                 compatible = "gpio-leds";
23
24                 led_4g_0: 4g-0 {
25                         label = "zbt-cpe102:green:4g-0";
26                         gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
27                 };
28
29                 4g-1 {
30                         label = "zbt-cpe102:green:4g-1";
31                         gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
32                 };
33
34                 4g-2 {
35                         label = "zbt-cpe102:green:4g-2";
36                         gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
37                 };
38         };
39
40         keys {
41                 compatible = "gpio-keys";
42
43                 reset {
44                         label = "reset";
45                         gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
46                         linux,code = <KEY_RESTART>;
47                 };
48         };
49 };
50
51 &gpio1 {
52         status = "okay";
53 };
54
55 &gpio2 {
56         status = "okay";
57 };
58
59 &gpio3 {
60         status = "okay";
61 };
62
63 &spi0 {
64         status = "okay";
65
66         en25q64@0 {
67                 compatible = "jedec,spi-nor";
68                 reg = <0>;
69                 spi-max-frequency = <10000000>;
70
71                 partitions {
72                         compatible = "fixed-partitions";
73                         #address-cells = <1>;
74                         #size-cells = <1>;
75
76                         partition@0 {
77                                 label = "u-boot";
78                                 reg = <0x0 0x30000>;
79                                 read-only;
80                         };
81
82                         partition@30000 {
83                                 label = "u-boot-env";
84                                 reg = <0x30000 0x10000>;
85                                 read-only;
86                         };
87
88                         factory: partition@40000 {
89                                 label = "factory";
90                                 reg = <0x40000 0x10000>;
91                                 read-only;
92                         };
93
94                         partition@50000 {
95                                 compatible = "denx,uimage";
96                                 label = "firmware";
97                                 reg = <0x50000 0x760000>;
98                         };
99                 };
100         };
101 };
102
103 &ehci {
104         status = "okay";
105 };
106
107 &ohci {
108         status = "okay";
109 };
110
111 &ethernet {
112         mtd-mac-address = <&factory 0x4>;
113         mediatek,portmap = "wllll";
114 };
115
116 &wmac {
117         ralink,mtd-eeprom = <&factory 0>;
118 };
119
120 &state_default {
121         default {
122                 groups = "i2c", "spi refclk", "wled";
123                 function = "gpio";
124         };
125 };