lantiq: remove redundant includes from fritz736x DTS files
[openwrt/openwrt.git] / target / linux / lantiq / files-5.4 / arch / mips / boot / dts / lantiq / vr9_avm_fritz7362sl.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,fritz7362sl", "avm,fritz736x", "lantiq,xway", "lantiq,vr9";
8 model = "AVM FRITZ!Box 7362 SL";
9 };
10
11 &power_green {
12 label = "fritz7362sl:green:power";
13 };
14
15 &power_red {
16 label = "fritz7362sl:red:power";
17 };
18
19 &info_green {
20 label = "fritz7362sl:green:info";
21 };
22
23 &wifi {
24 label = "fritz7362sl:green:wlan";
25 };
26
27 &info_red {
28 label = "fritz7362sl:red:info";
29 };
30
31 &dect {
32 label = "fritz7362sl:green:dect";
33 };
34
35 &state_default {
36 pcie-rst {
37 lantiq,pins = "io21";
38 lantiq,open-drain = <1>;
39 lantiq,output = <1>;
40 };
41 };
42
43 &spi {
44 status = "okay";
45
46 flash@4 {
47 #address-cells = <1>;
48 #size-cells = <1>;
49 compatible = "jedec,spi-nor";
50 reg = <4 0>;
51 spi-max-frequency = <1000000>;
52
53 urlader: partition@0 {
54 reg = <0x0 0x40000>;
55 label = "urlader";
56 read-only;
57 };
58
59 partition@40000 {
60 reg = <0x40000 0x60000>;
61 label = "tffs (1)";
62 read-only;
63 };
64
65 partition@A0000 {
66 reg = <0xA0000 0x60000>;
67 label = "tffs (2)";
68 read-only;
69 };
70 };
71 };
72
73 &localbus {
74 flash@1 {
75 compatible = "lantiq,nand-xway";
76 lantiq,cs1 = <1>;
77 bank-width = <1>;
78 reg = <1 0x0 0x2000000>;
79
80 pinctrl-0 = <&nand_pins>, <&nand_cs1_pins>;
81 pinctrl-names = "default";
82
83 nand-ecc-mode = "on-die";
84
85 partitions {
86 compatible = "fixed-partitions";
87 #address-cells = <1>;
88 #size-cells = <1>;
89
90 partition@0 {
91 label = "kernel";
92 reg = <0x0 0x400000>;
93 };
94
95 partition@400000 {
96 label = "ubi";
97 reg = <0x400000 0x7c00000>;
98 };
99 };
100 };
101 };
102
103 &pcie0 {
104 gpio-reset = <&gpio 21 GPIO_ACTIVE_LOW>;
105
106 pcie@0 {
107 #size-cells = <1>;
108 #address-cells = <2>;
109 };
110 };