kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7242_avm_fritz300e.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar7242.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "avm,fritz300e", "qca,ar7242";
10 model = "AVM FRITZ!WLAN Repeater 300E";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_power;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 label-mac-device = &ath9k;
18 };
19
20 keys {
21 compatible = "gpio-keys";
22
23 wps {
24 label = "wps";
25 linux,code = <KEY_WPS_BUTTON>;
26 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
27 debounce-interval = <60>;
28 };
29 };
30
31 leds {
32 compatible = "gpio-leds";
33
34 led_power: power {
35 label = "green:power";
36 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
37 default-state = "on";
38 };
39
40 lan {
41 label = "green:lan";
42 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
43 };
44
45 wlan {
46 label = "green:wlan";
47 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
48 linux,default-trigger = "phy0tpt";
49 };
50 };
51
52 ath9k-leds {
53 compatible = "gpio-leds";
54
55 rssi0 {
56 label = "green:rssi0";
57 gpios = <&ath9k 10 GPIO_ACTIVE_LOW>;
58 };
59
60 rssi1 {
61 label = "green:rssi1";
62 gpios = <&ath9k 4 GPIO_ACTIVE_LOW>;
63 };
64
65 rssi2 {
66 label = "green:rssi2";
67 gpios = <&ath9k 6 GPIO_ACTIVE_LOW>;
68 };
69
70 rssi3 {
71 label = "green:rssi3";
72 gpios = <&ath9k 7 GPIO_ACTIVE_LOW>;
73 };
74
75 rssi4 {
76 label = "green:rssi4";
77 gpios = <&ath9k 5 GPIO_ACTIVE_LOW>;
78 };
79 };
80
81 eth-phy-reset {
82 compatible = "regulator-fixed";
83
84 regulator-name = "eth-phy-reset";
85 regulator-min-microvolt = <3300000>;
86 regulator-max-microvolt = <3300000>;
87
88 gpio = <&gpio 11 GPIO_ACTIVE_LOW>;
89 startup-delay-us = <300000>;
90 enable-active-high;
91
92 regulator-always-on;
93 };
94 };
95
96 &spi {
97 status = "okay";
98
99 flash@0 {
100 compatible = "jedec,spi-nor";
101 reg = <0>;
102 spi-max-frequency = <25000000>;
103
104 partitions {
105 compatible = "fixed-partitions";
106 #address-cells = <1>;
107 #size-cells = <1>;
108
109 partition@0 {
110 reg = <0x0 0x20000>;
111 label = "urloader";
112 read-only;
113 };
114
115 partition@20000 {
116 compatible = "avm,eva-firmware";
117 reg = <0x20000 0xee0000>;
118 label = "firmware";
119 };
120
121 partition@f00000 {
122 reg = <0xf00000 0x80000>;
123 label = "tffs (1)";
124 read-only;
125 };
126
127 partition@f80000 {
128 reg = <0xf80000 0x80000>;
129 label = "tffs (2)";
130 read-only;
131 };
132 };
133 };
134 };
135
136 &pcie {
137 status = "okay";
138
139 ath9k: wifi@0,0 {
140 reg = <0x0000 0 0 0 0>;
141 #gpio-cells = <2>;
142 gpio-controller;
143 qca,no-eeprom;
144 };
145 };
146
147 &mdio0 {
148 status = "okay";
149
150 phy0: ethernet-phy@0 {
151 reg = <0>;
152 phy-mode = "rgmii";
153 };
154 };
155
156 &eth0 {
157 status = "okay";
158
159 phy-mode = "rgmii";
160 phy-handle = <&phy0>;
161
162 pll-data = <0x16000000 0x00000101 0x00001313>;
163 };