brcm63xx: switch to new partition layout specification
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm96338GW.dts
1 /dts-v1/;
2
3 #include "bcm6338.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Broadcom BCM96338GW reference board";
9         compatible = "brcm,bcm96338gw", "brcm,bcm6338";
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                 power_green {
20                         label = "96338GW:green:power";
21                         gpios = <&gpio0 0 1>;
22                         default-state = "on";
23                 };
24                 stop_green {
25                         label = "96338GW:green:stop";
26                         gpios = <&gpio0 1 1>;
27                 };
28                 dsl_green {
29                         label = "96338GW:green:adsl";
30                         gpios = <&gpio0 3 1>;
31                 };
32                 ppp_fail_green {
33                         label = "96338GW:green:ppp-fail";
34                         gpios = <&gpio0 4 1>;
35                 };
36                 ses_green {
37                         label = "96338GW:green:ses";
38                         gpios = <&gpio0 5 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 &uart0 {
54         status = "ok";
55 };