dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / target / linux / lantiq / files / 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 &gpio {
11 pinctrl-names = "default";
12 pinctrl-0 = <&state_default>;
13
14 state_default: pinmux {
15 pcie-rst {
16 lantiq,pins = "io21";
17 lantiq,pull = <0>;
18 lantiq,output = <1>;
19 };
20
21 phy-rst {
22 lantiq,pins = "io37", "io44";
23 lantiq,pull = <0>;
24 lantiq,open-drain;
25 lantiq,output = <1>;
26 };
27 };
28 };
29
30 &localbus {
31 flash@0 {
32 compatible = "lantiq,nor";
33 bank-width = <2>;
34 reg = <0 0x0 0x2000000>;
35
36 partitions {
37 #address-cells = <1>;
38 #size-cells = <1>;
39 compatible = "fixed-partitions";
40
41 urlader: partition@0 {
42 label = "urlader";
43 reg = <0x00000 0x20000>;
44 read-only;
45 };
46
47 partition@20000 {
48 label = "firmware";
49 reg = <0x20000 0x1f60000>;
50 };
51
52 partition@1f80000 {
53 label = "tffs (1)";
54 reg = <0x1f80000 0x40000>;
55 read-only;
56 };
57
58 partition@1fc0000 {
59 label = "tffs (2)";
60 reg = <0x1fc0000 0x40000>;
61 read-only;
62 };
63 };
64 };
65 };
66
67 &eth0 {
68 nvmem-cells = <&macaddr_urlader_a91>;
69 nvmem-cell-names = "mac-address";
70 mac-address-increment = <(-2)>;
71 };
72
73 &phy0 {
74 reset-gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
75 };
76
77 &phy1 {
78 reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
79 };
80
81 &urlader {
82 compatible = "nvmem-cells";
83 #address-cells = <1>;
84 #size-cells = <1>;
85
86 macaddr_urlader_a91: macaddr@a91 {
87 reg = <0xa91 0x6>;
88 };
89 };