brcm63xx: make use of dt-includes
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / fast2604.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,f@st2604", "brcm,bcm6348";
10
11 gpio-keys-polled {
12 compatible = "gpio-keys-polled";
13 #address-cells = <1>;
14 #size-cells = <0>;
15 poll-interval = <20>;
16 debounce-interval = <60>;
17
18 reset {
19 label = "reset";
20 gpios = <&gpio1 1 1>;
21 linux,code = <KEY_RESTART>;
22 };
23 };
24
25 gpio-leds {
26 compatible = "gpio-leds";
27
28 power_green {
29 label = "F@ST2604:green:power";
30 gpios = <&gpio0 0 1>;
31 default-state = "on";
32 };
33 power_red {
34 label = "F@ST2604:red:power";
35 gpios = <&gpio0 1 1>;
36 };
37 inet_red {
38 label = "F@ST2604:red:inet";
39 gpios = <&gpio0 4 1>;
40 };
41 wps_green {
42 label = "F@ST2604:green:wps";
43 gpios = <&gpio0 5 1>;
44 };
45 };
46 };
47
48 &pflash {
49 status = "ok";
50
51 linux,part-probe = "bcm63xxpart";
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 };
63
64 nvram@3f0000 {
65 label = "nvram";
66 reg = <0x3f0000 0x010000>;
67 };
68 };