bcm63xx: move dts-v1 statement to top-level DTSI files
[openwrt/staging/mkresin.git] / target / linux / bcm63xx / dts / bcm6358-d-link-dsl-2650u.dts
1 #include "bcm6358.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "D-Link DSL-2650U";
7 compatible = "d-link,dsl-2650u", "brcm,bcm6358";
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 stop_green {
18 label = "green:stop";
19 gpios = <&pinctrl 4 1>;
20 };
21 power_green {
22 label = "green:power";
23 gpios = <&pinctrl 5 1>;
24 default-state = "on";
25 };
26 adsl_green {
27 label = "green:adsl";
28 gpios = <&pinctrl 22 1>;
29 };
30 ppp_fail_green {
31 label = "green:ppp-fail";
32 gpios = <&pinctrl 23 0>;
33 };
34 };
35 };
36
37 &pflash {
38 status = "okay";
39
40 partitions {
41 compatible = "fixed-partitions";
42 #address-cells = <1>;
43 #size-cells = <1>;
44
45 cfe@0 {
46 label = "CFE";
47 reg = <0x000000 0x010000>;
48 read-only;
49 };
50
51 linux@10000 {
52 label = "linux";
53 reg = <0x010000 0x7e0000>;
54 compatible = "brcm,bcm963xx-imagetag";
55 };
56
57 nvram@7f0000 {
58 label = "nvram";
59 reg = <0x7f0000 0x010000>;
60 };
61 };
62 };
63
64 &uart0 {
65 status = "okay";
66 };