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