brcm47xx: rename target to bcm47xx
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm63268-inteno-vg50.dts
1 /dts-v1/;
2
3 #include "bcm63268.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Inteno VG50";
9         compatible = "inteno,vg50", "brcm,bcm63268";
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 32 0>;
25                         linux,code = <KEY_RESTART>;
26                         debounce-interval = <60>;
27                 };
28
29                 wps {
30                         label = "wps";
31                         gpios = <&pinctrl 34 0>;
32                         linux,code = <KEY_WPS_BUTTON>;
33                         debounce-interval = <60>;
34                 };
35         };
36 };
37
38 &hsspi {
39         status = "ok";
40
41         flash@0 {
42                 compatible = "jedec,spi-nor";
43                 spi-max-frequency = <20000000>;
44                 spi-tx-bus-width = <2>;
45                 spi-rx-bus-width = <2>;
46                 reg = <0>;
47
48                 #address-cells = <1>;
49                 #size-cells = <1>;
50
51                 partitions {
52                         compatible = "brcm,bcm963xx-cfe-nor-partitions";
53                 };
54         };
55 };
56
57 &uart0 {
58         status = "ok";
59 };