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