a3394dd70d96b752788f21915a930061f7dec18a
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm6348-sagem-fast-2604.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Sagem F@ST2604";
9         compatible = "sagem,fast-2604", "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 33 1>;
25                         linux,code = <KEY_RESTART>;
26                         debounce-interval = <60>;
27                 };
28         };
29
30         leds {
31                 compatible = "gpio-leds";
32
33                 power_green {
34                         label = "F@ST2604:green:power";
35                         gpios = <&pinctrl 0 1>;
36                         default-state = "on";
37                 };
38                 power_red {
39                         label = "F@ST2604:red:power";
40                         gpios = <&pinctrl 1 1>;
41                 };
42                 inet_red {
43                         label = "F@ST2604:red:inet";
44                         gpios = <&pinctrl 4 1>;
45                 };
46                 wps_green {
47                         label = "F@ST2604:green:wps";
48                         gpios = <&pinctrl 5 1>;
49                 };
50         };
51 };
52
53 &pflash {
54         status = "ok";
55
56         partitions {
57                 compatible = "fixed-partitions";
58                 #address-cells = <1>;
59                 #size-cells = <1>;
60
61                 cfe@0 {
62                         label = "CFE";
63                         reg = <0x000000 0x010000>;
64                         read-only;
65                 };
66
67                 linux@10000 {
68                         label = "linux";
69                         reg = <0x010000 0x3e0000>;
70                         compatible = "brcm,bcm963xx-imagetag";
71                 };
72
73                 nvram@3f0000 {
74                         label = "nvram";
75                         reg = <0x3f0000 0x010000>;
76                 };
77         };
78 };
79
80 &pinctrl {
81         pinctrl-names = "default";
82         pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
83 };
84
85 &uart0 {
86         status = "ok";
87 };