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