lantiq: dts: use generic node names
[oweals/openwrt.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         flash@0 {
48                 compatible = "lantiq,nor";
49                 bank-width = <2>;
50                 reg = <0 0x0 0x1000000>;
51
52                 partitions {
53                         #address-cells = <1>;
54                         #size-cells = <1>;
55                         compatible = "fixed-partitions";
56
57                         urlader: partition@0 {
58                                 label = "urlader";
59                                 reg = <0x00000 0x20000>;
60                                 read-only;
61                         };
62
63                         partition@20000 {
64                                 label = "firmware";
65                                 reg = <0x20000 0xf60000>;
66                         };
67
68                         partition@f80000 {
69                                 label = "tffs (1)";
70                                 reg = <0xf80000 0x40000>;
71                                 read-only;
72                         };
73
74                         partition@fc0000 {
75                                 label = "tffs (2)";
76                                 reg = <0xfc0000 0x40000>;
77                                 read-only;
78                         };
79                 };
80         };
81 };