brcm63xx: switch to new partition layout specification
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm96368MVNgr.dts
1 /dts-v1/;
2
3 #include "bcm6368.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Broadcom BCM96368MVNgr reference board";
9         compatible = "brcm,bcm96368mvngr", "brcm,bcm6368";
10
11         chosen {
12                 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13                 stdout-path = "serial0:115200n8";
14         };
15
16         gpio-leds {
17                 compatible = "gpio-leds";
18
19                 dsl_green {
20                         label = "96368MVNgr:green:adsl";
21                         gpios = <&pinctrl 2 1>;
22                 };
23                 inet_fail_green {
24                         label = "96368MVNgr:green:inet-fail";
25                         gpios = <&pinctrl 3 0>;
26                 };
27                 inet_green {
28                         label = "96368MVNgr:green:inet";
29                         gpios = <&pinctrl 5 0>;
30                 };
31                 power_green {
32                         label = "96368MVNgr:green:power";
33                         gpios = <&pinctrl 22 0>;
34                         default-state = "on";
35                 };
36                 wps_green {
37                         label = "96368MVNgr:green:wps";
38                         gpios = <&pinctrl 23 1>;
39                 };
40         };
41 };
42
43 &pflash {
44         status = "ok";
45
46         linux,part-probe = "bcm63xxpart";
47
48         partitions {
49                 compatible = "brcm,bcm963xx-cfe-nor-partitions";
50         };
51 };
52
53 &pinctrl {
54         pinctrl-names = "default";
55         pinctrl-0 = <&pinctrl_pci>;
56 };
57
58 &uart0 {
59         status = "ok";
60 };