brcm63xx: add pflash for remaining pflash equipped boards
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm96345GW2.dts
1 /dts-v1/;
2
3 #include "bcm6345.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Broadcom BCM96345GW2 reference board";
9         compatible = "brcm,bcm96345gw2", "brcm,bcm6345";
10
11         chosen {
12                 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13         };
14 };
15
16 &pflash {
17         status = "ok";
18
19         linux,part-probe = "bcm63xxpart";
20 };