brcm63xx: switch to mtdsplit_bcm63xx on boards with fixed flash size
[openwrt/staging/noltari.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 = "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 cfe@0 {
33 label = "CFE";
34 reg = <0x000000 0x010000>;
35 read-only;
36 };
37
38 firmware@10000 {
39 label = "firmware";
40 reg = <0x010000 0x3e0000>;
41 };
42
43 nvram@3f0000 {
44 label = "nvram";
45 reg = <0x3f0000 0x010000>;
46 };
47 };