tools/patchelf: update to 0.18.0
[openwrt/staging/dedeckeh.git] / target / linux / bcm63xx / dts / bcm6358-d-link-dva-g3810bn-tl.dts
1 #include "bcm6358.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "D-Link DVA-G3810BN/TL";
7 compatible = "d-link,dva-g3810bn-tl", "brcm,bcm6358";
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 34 1>;
23 linux,code = <KEY_RESTART>;
24 debounce-interval = <60>;
25 };
26 };
27
28 leds {
29 compatible = "gpio-leds";
30
31 voip {
32 label = "voip";
33 gpios = <&pinctrl 1 0>;
34 };
35 power {
36 label = "power";
37 gpios = <&pinctrl 4 0>;
38 default-state = "on";
39 };
40 stop {
41 label = "stop";
42 gpios = <&pinctrl 5 0>;
43 };
44 dsl {
45 label = "dsl";
46 gpios = <&pinctrl 22 1>;
47 };
48 inet {
49 label = "internet";
50 gpios = <&pinctrl 23 1>;
51 };
52 };
53 };
54
55 &pflash {
56 status = "okay";
57
58 partitions {
59 compatible = "fixed-partitions";
60 #address-cells = <1>;
61 #size-cells = <1>;
62
63 cfe@0 {
64 label = "CFE";
65 reg = <0x000000 0x010000>;
66 read-only;
67 };
68
69 linux@10000 {
70 label = "linux";
71 reg = <0x010000 0x7e0000>;
72 compatible = "brcm,bcm963xx-imagetag";
73 };
74
75 nvram@7f0000 {
76 label = "nvram";
77 reg = <0x7f0000 0x010000>;
78 };
79 };
80 };
81
82 &uart0 {
83 status = "okay";
84 };