brcm47xx: rename target to bcm47xx
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm6348-telsey-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,cpva502plus", "brcm,bcm6348";
10
11         chosen {
12                 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13                 stdout-path = "serial0:115200n8";
14         };
15
16         keys {
17                 compatible = "gpio-keys-polled";
18                 #address-cells = <1>;
19                 #size-cells = <0>;
20                 poll-interval = <20>;
21
22                 reset {
23                         label = "reset";
24                         gpios = <&pinctrl 36 1>;
25                         linux,code = <KEY_RESTART>;
26                         debounce-interval = <60>;
27                 };
28         };
29
30         leds {
31                 compatible = "gpio-leds";
32
33                 phone_green {
34                         label = "CPVA502+:green:phone";
35                         gpios = <&pinctrl 0 1>;
36                 };
37
38                 link_amber {
39                         label = "CPVA502+:amber:link";
40                         gpios = <&pinctrl 5 1>;
41                 };
42         };
43 };
44
45 &pflash {
46         status = "ok";
47
48         partitions {
49                 compatible = "fixed-partitions";
50                 #address-cells = <1>;
51                 #size-cells = <1>;
52
53                 cfe@0 {
54                         label = "CFE";
55                         reg = <0x000000 0x010000>;
56                         read-only;
57                 };
58
59                 linux@10000 {
60                         label = "linux";
61                         reg = <0x010000 0x3e0000>;
62                         compatible = "brcm,bcm963xx-imagetag";
63                 };
64
65                 nvram@3f0000 {
66                         label = "nvram";
67                         reg = <0x3f0000 0x010000>;
68                 };
69         };
70 };
71
72 &pinctrl {
73         pinctrl-names = "default";
74         pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
75 };
76
77 &uart0 {
78         status = "ok";
79 };