lantiq: move dts-v1 statement to top-level DTSI files
[openwrt/staging/mkresin.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
3 #include "vr9_avm_fritz736x.dtsi"
4
5 / {
6 compatible = "avm,fritz7360sl", "avm,fritz736x", "lantiq,xway", "lantiq,vr9";
7 model = "AVM FRITZ!Box 7360 SL";
8 };
9
10 &power_green {
11 label = "fritz7360sl:green:power";
12 };
13
14 &power_red {
15 label = "fritz7360sl:red:power";
16 };
17
18 &info_green {
19 label = "fritz7360sl:green:info";
20 };
21
22 &wifi {
23 label = "fritz7360sl:green:wlan";
24 };
25
26 &info_red {
27 label = "fritz7360sl:red:info";
28 };
29
30 &dect {
31 label = "fritz7360sl:green:dect";
32 };
33
34 &state_default {
35 pcie-rst {
36 lantiq,pins = "io38";
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 0x1000000>;
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 0xf60000>;
62 };
63
64 partition@f80000 {
65 label = "tffs (1)";
66 reg = <0xf80000 0x40000>;
67 read-only;
68 };
69
70 partition@fc0000 {
71 label = "tffs (2)";
72 reg = <0xfc0000 0x40000>;
73 read-only;
74 };
75 };
76 };
77 };