brcm47xx: rename target to bcm47xx
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm6348-usrobotics-usr9108.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "USRobotics USR9108";
9         compatible = "usrobotics,usr9108", "brcm,bcm6348";
10
11         chosen {
12                 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13                 stdout-path = "serial0:115200n8";
14         };
15
16         leds {
17                 compatible = "gpio-leds";
18
19                 usb {
20                         label = "96348GW-A::usb";
21                         gpios = <&pinctrl 0 1>;
22                 };
23                 dsl {
24                         label = "96348GW-A::adsl";
25                         gpios = <&pinctrl 3 1>;
26                 };
27         };
28 };
29
30 &pflash {
31         status = "ok";
32
33         partitions {
34                 compatible = "fixed-partitions";
35                 #address-cells = <1>;
36                 #size-cells = <1>;
37
38                 cfe@0 {
39                         label = "CFE";
40                         reg = <0x000000 0x010000>;
41                         read-only;
42                 };
43
44                 linux@10000 {
45                         label = "linux";
46                         reg = <0x010000 0x3e0000>;
47                         compatible = "brcm,bcm963xx-imagetag";
48                 };
49
50                 nvram@3f0000 {
51                         label = "nvram";
52                         reg = <0x3f0000 0x010000>;
53                 };
54         };
55 };
56
57 &pinctrl {
58         pinctrl-names = "default";
59         pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
60 };
61
62 &uart0 {
63         status = "ok";
64 };