20c88c48fc168ab289b745888144f0c3a4178b75
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm6348-brcm-bcm96348r.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Broadcom 96348R reference board";
9         compatible = "brcm,bcm96348r", "brcm,bcm6348";
10
11         chosen {
12                 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13                 stdout-path = "serial0:115200n8";
14         };
15
16         leds {
17                 compatible = "gpio-leds";
18
19                 power_green {
20                         label = "96348R:green:power";
21                         gpios = <&pinctrl 0 1>;
22                         default-state = "on";
23                 };
24                 stop_green {
25                         label = "96348R:green:stop";
26                         gpios = <&pinctrl 1 1>;
27                 };
28                 adsl_fail_green {
29                         label = "96348R:green:adsl-fail";
30                         gpios = <&pinctrl 2 1>;
31                 };
32                 ppp_green {
33                         label = "96348R:green:ppp";
34                         gpios = <&pinctrl 3 1>;
35                 };
36                 ppp_fail_green {
37                         label = "96348R:green:ppp-fail";
38                         gpios = <&pinctrl 4 1>;
39                 };
40         };
41 };
42
43 &pflash {
44         status = "ok";
45
46         partitions {
47                 compatible = "brcm,bcm963xx-cfe-nor-partitions";
48         };
49 };
50
51 &pinctrl {
52         pinctrl-names = "default";
53         pinctrl-0 = <&pinctrl_pci>;
54 };
55
56 &uart0 {
57         status = "ok";
58 };