brcm63xx: fix CT-536p/CT-5621T support
[oweals/openwrt.git] / target / linux / brcm63xx / dts / cpva502plus.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Telsey CPVA502+";
9         compatible = "telsey,cpva502+", "brcm,bcm6348";
10
11         chosen {
12                 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13         };
14
15         gpio-leds {
16                 compatible = "gpio-leds";
17
18                 power_green {
19                         label = "CPVA502+:green:phone";
20                         gpios = <&gpio0 0 1>;
21                 };
22
23                 status {
24                         label = "CPVA502+:amber:link";
25                         gpios = <&gpio0 1 1>;
26                 };
27         };
28 };
29
30 &pflash {
31         status = "ok";
32
33         linux,part-probe = "bcm63xxpart";
34
35         cfe@0 {
36                 label = "CFE";
37                 reg = <0x000000 0x010000>;
38                 read-only;
39         };
40
41         linux@10000 {
42                 label = "linux";
43                 reg = <0x010000 0x3e0000>;
44         };
45
46         nvram@3f0000 {
47                 label = "nvram";
48                 reg = <0x3f0000 0x010000>;
49         };
50 };