ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / bcm63xx / dts / bcm6358-brcm-bcm96358vw2.dts
1 #include "bcm6358.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "Broadcom BCM96358VW2 reference board";
8 compatible = "brcm,bcm96358vw2", "brcm,bcm6358";
9
10 chosen {
11 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
12 stdout-path = "serial0:115200n8";
13 };
14
15 leds {
16 compatible = "gpio-leds";
17
18 stop_green {
19 label = "green:stop";
20 gpios = <&pinctrl 4 1>;
21 };
22 power_green {
23 function = LED_FUNCTION_POWER;
24 color = <LED_COLOR_ID_GREEN>;
25 gpios = <&pinctrl 5 1>;
26 default-state = "on";
27 };
28 adsl_green {
29 label = "green:adsl";
30 gpios = <&pinctrl 22 1>;
31 };
32 ppp_fail_green {
33 label = "green:ppp-fail";
34 gpios = <&pinctrl 23 0>;
35 };
36 };
37 };
38
39 &pflash {
40 status = "okay";
41
42 partitions {
43 compatible = "brcm,bcm963xx-cfe-nor-partitions";
44 };
45 };
46
47 &uart0 {
48 status = "okay";
49 };