ipq806x: fix pci broken on bootm command
[openwrt/openwrt.git] / target / linux / lantiq / files-5.4 / arch / mips / boot / dts / lantiq / vr9_avm_fritz7360-v2.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "vr9_avm_fritz736x.dtsi"
4
5 / {
6 compatible = "avm,fritz7360-v2", "avm,fritz736x", "lantiq,xway", "lantiq,vr9";
7 model = "AVM FRITZ!Box 7360 V2";
8 };
9
10 &state_default {
11 pcie-rst {
12 lantiq,pins = "io21";
13 lantiq,pull = <0>;
14 lantiq,output = <1>;
15 };
16 };
17
18 &localbus {
19 flash@0 {
20 compatible = "lantiq,nor";
21 bank-width = <2>;
22 reg = <0 0x0 0x2000000>;
23
24 partitions {
25 #address-cells = <1>;
26 #size-cells = <1>;
27 compatible = "fixed-partitions";
28
29 urlader: partition@0 {
30 label = "urlader";
31 reg = <0x00000 0x20000>;
32 read-only;
33 };
34
35 partition@20000 {
36 label = "firmware";
37 reg = <0x20000 0x1f60000>;
38 };
39
40 partition@1f80000 {
41 label = "tffs (1)";
42 reg = <0x1f80000 0x40000>;
43 read-only;
44 };
45
46 partition@1fc0000 {
47 label = "tffs (2)";
48 reg = <0x1fc0000 0x40000>;
49 read-only;
50 };
51 };
52 };
53 };