brcm63xx: fix CT-536p/CT-5621T support
[oweals/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         chosen {
12                 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13         };
14
15         gpio-leds {
16                 compatible = "gpio-leds";
17
18                 usb {
19                         label = "96348GW-A::usb";
20                         gpios = <&gpio0 0 1>;
21                 };
22                 dsl {
23                         label = "96348GW-A::adsl";
24                         gpios = <&gpio0 3 1>;
25                 };
26         };
27 };
28
29 &pflash {
30         status = "ok";
31
32         linux,part-probe = "bcm63xxpart";
33
34         cfe@0 {
35                 label = "CFE";
36                 reg = <0x000000 0x010000>;
37                 read-only;
38         };
39
40         linux@10000 {
41                 label = "linux";
42                 reg = <0x010000 0x3e0000>;
43         };
44
45         nvram@3f0000 {
46                 label = "nvram";
47                 reg = <0x3f0000 0x010000>;
48         };
49 };