27e81a3e588382124bb03edd045b772b7e083ec3
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / f5d7633.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Belkin F5D7633";
9 compatible = "belkin,f5d7633", "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 6 1>;
25 linux,code = <KEY_RESTART>;
26 };
27 };
28
29 gpio-leds {
30 compatible = "gpio-leds";
31
32 power_green {
33 label = "96348GW-10:green:power";
34 gpios = <&pinctrl 0 1>;
35 default-state = "on";
36 };
37 stop_green {
38 label = "96348GW-10:green:stop";
39 gpios = <&pinctrl 1 1>;
40 };
41 adsl_fail_green {
42 label = "96348GW-10:green:adsl-fail";
43 gpios = <&pinctrl 2 1>;
44 };
45 ppp_green {
46 label = "96348GW-10:green:ppp";
47 gpios = <&pinctrl 3 1>;
48 };
49 ppp_fail_green {
50 label = "96348GW-10: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 cfe@0 {
62 label = "CFE";
63 reg = <0x000000 0x020000>;
64 read-only;
65 };
66
67 linux@20000 {
68 label = "linux";
69 reg = <0x020000 0x3c0000>;
70 };
71
72 nvram@3e0000 {
73 label = "nvram";
74 reg = <0x3e0000 0x020000>;
75 };
76 };
77
78 &pinctrl {
79 pinctrl-names = "default";
80 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
81 };