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