bcm63xx: use generic diag.sh
[openwrt/openwrt.git] / target / linux / bcm63xx / dts / bcm6348-brcm-bcm96348gw-11.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Broadcom BCM96348GW-11 reference board";
9 compatible = "brcm,bcm96348gw-11", "brcm,bcm6348";
10
11 aliases {
12 led-boot = &led_power_green;
13 led-failsafe = &led_power_green;
14 led-running = &led_power_green;
15 led-upgrade = &led_power_green;
16 };
17
18 chosen {
19 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
20 stdout-path = "serial0:115200n8";
21 };
22
23 keys {
24 compatible = "gpio-keys-polled";
25 #address-cells = <1>;
26 #size-cells = <0>;
27 poll-interval = <20>;
28
29 reset {
30 label = "reset";
31 gpios = <&pinctrl 33 1>;
32 linux,code = <KEY_RESTART>;
33 debounce-interval = <60>;
34 };
35 };
36
37 leds {
38 compatible = "gpio-leds";
39
40 led_power_green: power_green {
41 label = "96348GW-11:green:power";
42 gpios = <&pinctrl 0 1>;
43 default-state = "on";
44 };
45 stop_green {
46 label = "96348GW-11:green:stop";
47 gpios = <&pinctrl 1 1>;
48 };
49 adsl_fail_green {
50 label = "96348GW-11:green:adsl-fail";
51 gpios = <&pinctrl 2 1>;
52 };
53 ppp_green {
54 label = "96348GW-11:green:ppp";
55 gpios = <&pinctrl 3 1>;
56 };
57 ppp_fail_green {
58 label = "96348GW-11:green:ppp-fail";
59 gpios = <&pinctrl 4 1>;
60 };
61 };
62 };
63
64 &pflash {
65 status = "ok";
66
67 partitions {
68 compatible = "brcm,bcm963xx-cfe-nor-partitions";
69 };
70 };
71
72 &pinctrl {
73 pinctrl-names = "default";
74 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
75 };
76
77 &uart0 {
78 status = "ok";
79 };