rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / brcm63xx / dts / usr9108.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "USRobotics 9108";
9         compatible = "usr,9108", "brcm,bcm6348";
10
11         gpio-leds {
12                 compatible = "gpio-leds";
13
14                 usb {
15                         label = "96348GW-A::usb";
16                         gpios = <&gpio0 0 1>;
17                 };
18                 dsl {
19                         label = "96348GW-A::adsl";
20                         gpios = <&gpio0 3 1>;
21                 };
22         };
23 };
24
25 &pflash {
26         status = "ok";
27
28         linux,part-probe = "bcm63xxpart";
29
30         cfe@0 {
31                 label = "CFE";
32                 reg = <0x000000 0x010000>;
33                 read-only;
34         };
35
36         linux@10000 {
37                 label = "linux";
38                 reg = <0x010000 0x3e0000>;
39         };
40
41         nvram@3f0000 {
42                 label = "nvram";
43                 reg = <0x3f0000 0x010000>;
44         };
45 };