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