rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / brcm63xx / dts / magic.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Alice W-Gate";
9         compatible = "telsey,magic", "brcm,bcm6348";
10
11         gpio-leds {
12                 compatible = "gpio-leds";
13
14                 power {
15                         label = "MAGIC:green:power";
16                         gpios = <&gpio0 0 1>;
17                         default-state = "on";
18                 };
19
20                 stop {
21                         label = "MAGIC:green:stop";
22                         gpios = <&gpio0 1 1>;
23                 };
24
25                 hpna {
26                         label = "MAGIC:green:hpna";
27                         gpios = <&gpio0 4 1>;
28                 };
29
30                 status {
31                         label = "MAGIC:green:adsl";
32                         gpios = <&gpio0 5 1>;
33                 };
34
35                 voip {
36                         label = "MAGIC:green:voip";
37                         gpios = <&gpio0 22 1>;
38                 };
39
40                 wifi {
41                         label = "MAGIC:green:wifi";
42                         gpios = <&gpio0 28 0>;
43                 };
44
45                 usb {
46                         label = "MAGIC:green:usb";
47                         gpios = <&gpio1 3 1>;
48                 };
49         };
50 };
51
52 &pflash {
53         status = "ok";
54
55         linux,part-probe = "bcm63xxpart";
56
57         cfe@0 {
58                 label = "CFE";
59                 reg = <0x000000 0x010000>;
60                 read-only;
61         };
62
63         linux@10000 {
64                 label = "linux";
65                 reg = <0x010000 0x3e0000>;
66         };
67
68         nvram@3f0000 {
69                 label = "nvram";
70                 reg = <0x3f0000 0x010000>;
71         };
72 };