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