lantiq: remove model name from LED labels
[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
3 #include "vr9_avm_fritz736x.dtsi"
4
5 / {
6 compatible = "avm,fritz7362sl", "avm,fritz736x", "lantiq,xway", "lantiq,vr9";
7 model = "AVM FRITZ!Box 7362 SL";
8 };
9
10 &state_default {
11 pcie-rst {
12 lantiq,pins = "io21";
13 lantiq,open-drain = <1>;
14 lantiq,output = <1>;
15 };
16 };
17
18 &spi {
19 status = "okay";
20
21 flash@4 {
22 #address-cells = <1>;
23 #size-cells = <1>;
24 compatible = "jedec,spi-nor";
25 reg = <4 0>;
26 spi-max-frequency = <1000000>;
27
28 urlader: partition@0 {
29 reg = <0x0 0x40000>;
30 label = "urlader";
31 read-only;
32 };
33
34 partition@40000 {
35 reg = <0x40000 0x60000>;
36 label = "tffs (1)";
37 read-only;
38 };
39
40 partition@A0000 {
41 reg = <0xA0000 0x60000>;
42 label = "tffs (2)";
43 read-only;
44 };
45 };
46 };
47
48 &localbus {
49 flash@1 {
50 compatible = "lantiq,nand-xway";
51 lantiq,cs1 = <1>;
52 bank-width = <1>;
53 reg = <1 0x0 0x2000000>;
54
55 pinctrl-0 = <&nand_pins>, <&nand_cs1_pins>;
56 pinctrl-names = "default";
57
58 nand-ecc-mode = "on-die";
59
60 partitions {
61 compatible = "fixed-partitions";
62 #address-cells = <1>;
63 #size-cells = <1>;
64
65 partition@0 {
66 label = "kernel";
67 reg = <0x0 0x400000>;
68 };
69
70 partition@400000 {
71 label = "ubi";
72 reg = <0x400000 0x7c00000>;
73 };
74 };
75 };
76 };
77
78 &pcie0 {
79 gpio-reset = <&gpio 21 GPIO_ACTIVE_LOW>;
80
81 pcie@0 {
82 #size-cells = <1>;
83 #address-cells = <2>;
84 };
85 };