kernel: remove non-existant symbols
[oweals/openwrt.git] / target / linux / ramips / dts / mt7628an_vocore_vocore2-lite.dts
1 /dts-v1/;
2
3 #include "mt7628an_vocore_vocore2.dtsi"
4
5 / {
6         compatible = "vocore,vocore2-lite", "vocore,vocore2", "mediatek,mt7628an-soc";
7         model = "VoCore2-Lite";
8
9         aliases {
10                 led-boot = &led_status;
11                 led-failsafe = &led_status;
12                 led-running = &led_status;
13                 led-upgrade = &led_status;
14         };
15
16         leds {
17                 compatible = "gpio-leds";
18
19                 led_status: status {
20                         label = "vocore2lite:green:status";
21                         gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
22                 };
23         };
24 };
25
26 &spi0 {
27         status = "okay";
28
29         m25p80@0 {
30                 compatible = "jedec,spi-nor";
31                 reg = <0>;
32                 spi-max-frequency = <10000000>;
33
34                 partitions {
35                         compatible = "fixed-partitions";
36                         #address-cells = <1>;
37                         #size-cells = <1>;
38
39                         partition@0 {
40                                 label = "u-boot";
41                                 reg = <0x0 0x30000>;
42                                 read-only;
43                         };
44
45                         partition@30000 {
46                                 label = "u-boot-env";
47                                 reg = <0x30000 0x10000>;
48                                 read-only;
49                         };
50
51                         factory: partition@40000 {
52                                 label = "factory";
53                                 reg = <0x40000 0x10000>;
54                                 read-only;
55                         };
56
57                         partition@50000 {
58                                 compatible = "denx,uimage";
59                                 label = "firmware";
60                                 reg = <0x50000 0x7b0000>;
61                         };
62                 };
63         };
64 };