d7511b05284f5223c2a45917462d49553ab9aa3f
[openwrt/staging/mkresin.git] / target / linux / brcm63xx / dts / bcm96348GW.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Broadcom BCM96348GW reference board";
9 compatible = "brcm,bcm96348gw", "brcm,bcm6348";
10
11 chosen {
12 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 };
14
15 gpio-keys-polled {
16 compatible = "gpio-keys-polled";
17 #address-cells = <1>;
18 #size-cells = <0>;
19 poll-interval = <20>;
20 debounce-interval = <60>;
21
22 reset {
23 label = "reset";
24 gpios = <&pinctrl 36 1>;
25 linux,code = <KEY_RESTART>;
26 };
27 };
28
29 gpio-leds {
30 compatible = "gpio-leds";
31
32 power_green {
33 label = "96348GW:green:power";
34 gpios = <&pinctrl 0 1>;
35 default-state = "on";
36 };
37 stop_green {
38 label = "96348GW:green:stop";
39 gpios = <&pinctrl 1 1>;
40 };
41 adsl_fail_green {
42 label = "96348GW:green:adsl-fail";
43 gpios = <&pinctrl 2 1>;
44 };
45 ppp_green {
46 label = "96348GW:green:ppp";
47 gpios = <&pinctrl 3 1>;
48 };
49 ppp_fail_green {
50 label = "96348GW:green:ppp-fail";
51 gpios = <&pinctrl 4 1>;
52 };
53 };
54 };
55
56 &pflash {
57 status = "ok";
58
59 linux,part-probe = "bcm63xxpart";
60 };
61
62 &pinctrl {
63 pinctrl-names = "default";
64 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
65 };