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