bcm63xx: fix ADB P.DG A4001N A-000-1A1-AX LEDs
[openwrt/staging/mkresin.git] / target / linux / bcm63xx / dts / bcm6348-belkin-f5d7633.dts
1 #include "bcm6348.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "Belkin F5D7633";
7 compatible = "belkin,f5d7633", "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 6 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 default-state = "on";
35 };
36 stop_green {
37 label = "green:stop";
38 gpios = <&pinctrl 1 1>;
39 };
40 adsl_fail_green {
41 label = "green:adsl-fail";
42 gpios = <&pinctrl 2 1>;
43 };
44 ppp_green {
45 label = "green:ppp";
46 gpios = <&pinctrl 3 1>;
47 };
48 ppp_fail_green {
49 label = "green:ppp-fail";
50 gpios = <&pinctrl 4 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 0x020000>;
66 read-only;
67 };
68
69 linux@20000 {
70 label = "linux";
71 reg = <0x020000 0x3c0000>;
72 compatible = "brcm,bcm963xx-imagetag";
73 };
74
75 nvram@3e0000 {
76 label = "nvram";
77 reg = <0x3e0000 0x020000>;
78 };
79 };
80 };
81
82 &pinctrl {
83 pinctrl-names = "default";
84 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
85 };
86
87 &uart0 {
88 status = "okay";
89 };