bcm63xx: move dts-v1 statement to top-level DTSI files
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6348-bt-voyager-2500v-bb.dts
1 #include "bcm6348.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "BT Voyager 2500V";
7 compatible = "bt,voyager-2500v-bb", "brcm,bcm6348";
8
9 chosen {
10 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
11 stdout-path = "serial0:115200n8";
12 };
13
14 keys {
15 compatible = "gpio-keys-polled";
16 #address-cells = <1>;
17 #size-cells = <0>;
18 poll-interval = <20>;
19
20 reset {
21 label = "reset";
22 gpios = <&pinctrl 31 1>;
23 linux,code = <KEY_RESTART>;
24 debounce-interval = <60>;
25 };
26 };
27
28 leds {
29 compatible = "gpio-leds";
30
31 power_green {
32 label = "green:power";
33 gpios = <&pinctrl 0 1>;
34 };
35 power_red {
36 label = "red:power";
37 gpios = <&pinctrl 1 1>;
38 };
39 adsl_green {
40 label = "green:adsl";
41 gpios = <&pinctrl 2 1>;
42 };
43 ppp_green {
44 label = "green:ppp";
45 gpios = <&pinctrl 3 1>;
46 };
47 wireless_green {
48 label = "green:wireless";
49 gpios = <&pinctrl 6 1>;
50 };
51 };
52 };
53
54 &pflash {
55 status = "okay";
56
57 partitions {
58 compatible = "fixed-partitions";
59 #address-cells = <1>;
60 #size-cells = <1>;
61
62 cfe@0 {
63 label = "CFE";
64 reg = <0x000000 0x010000>;
65 read-only;
66 };
67
68 linux@10000 {
69 label = "linux";
70 reg = <0x010000 0x3e0000>;
71 compatible = "brcm,bcm963xx-imagetag";
72 };
73
74 nvram@3f0000 {
75 label = "nvram";
76 reg = <0x3f0000 0x010000>;
77 };
78 };
79 };
80
81 &pinctrl {
82 pinctrl-names = "default";
83 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
84 };
85
86 &uart0 {
87 status = "okay";
88 };