309f402df2ebd1eb96c1b285efd25cad9ffe4529
[openwrt/openwrt.git] / target / linux / lantiq / files-5.4 / arch / mips / boot / dts / lantiq / vr9_avm_fritz7360-v2.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "vr9_avm_fritz736x.dtsi"
4
5 / {
6 compatible = "avm,fritz7360-v2", "avm,fritz736x", "lantiq,xway", "lantiq,vr9";
7 model = "AVM FRITZ!Box 7360 V2";
8 };
9
10 &power_green {
11 label = "fritz7360-v2:green:power";
12 };
13
14 &power_red {
15 label = "fritz7360-v2:red:power";
16 };
17
18 &info_green {
19 label = "fritz7360-v2:green:info";
20 };
21
22 &wifi {
23 label = "fritz7360-v2:green:wlan";
24 };
25
26 &info_red {
27 label = "fritz7360-v2:red:info";
28 };
29
30 &dect {
31 label = "fritz7360-v2:green:dect";
32 };
33
34 &state_default {
35 pcie-rst {
36 lantiq,pins = "io21";
37 lantiq,pull = <0>;
38 lantiq,output = <1>;
39 };
40 };
41
42 &localbus {
43 flash@0 {
44 compatible = "lantiq,nor";
45 bank-width = <2>;
46 reg = <0 0x0 0x2000000>;
47
48 partitions {
49 #address-cells = <1>;
50 #size-cells = <1>;
51 compatible = "fixed-partitions";
52
53 urlader: partition@0 {
54 label = "urlader";
55 reg = <0x00000 0x20000>;
56 read-only;
57 };
58
59 partition@20000 {
60 label = "firmware";
61 reg = <0x20000 0x1f60000>;
62 };
63
64 partition@1f80000 {
65 label = "tffs (1)";
66 reg = <0x1f80000 0x40000>;
67 read-only;
68 };
69
70 partition@1fc0000 {
71 label = "tffs (2)";
72 reg = <0x1fc0000 0x40000>;
73 read-only;
74 };
75 };
76 };
77 };