kirkwood: set testing kernel version to 5.10
[openwrt/staging/jow.git] / target / linux / ath79 / dts / qca9563_tplink_eap245-v3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca956x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "tplink,eap245-v3", "qca,qca9563";
10 model = "TP-Link EAP245 v3";
11
12 aliases {
13 led-boot = &led_status_green;
14 led-failsafe = &led_status_amber;
15 led-running = &led_status_green;
16 led-upgrade = &led_status_amber;
17 label-mac-device = &eth0;
18 };
19
20 leds {
21 compatible = "gpio-leds";
22
23 led_status_green: status_green {
24 label = "green:status";
25 gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
26 default-state = "on";
27 };
28
29 led_status_amber: status_amber {
30 label = "amber:status";
31 gpios = <&gpio 9 GPIO_ACTIVE_HIGH>;
32 };
33 };
34
35 keys {
36 compatible = "gpio-keys";
37
38 reset {
39 label = "Reset button";
40 linux,code = <KEY_RESTART>;
41 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
42 debounce-interval = <60>;
43 };
44 };
45 };
46
47 &pcie {
48 status = "okay";
49 };
50
51 &uart {
52 status = "okay";
53 };
54
55 &spi {
56 status = "okay";
57
58 flash@0 {
59 compatible = "jedec,spi-nor";
60 reg = <0>;
61 spi-max-frequency = <25000000>;
62
63 partitions {
64 compatible = "fixed-partitions";
65 #address-cells = <1>;
66 #size-cells = <1>;
67
68 partition@0 {
69 label = "factory-boot";
70 reg = <0x000000 0x040000>;
71 read-only;
72 };
73
74 partition@40000 {
75 label = "u-boot";
76 reg = <0x040000 0x040000>;
77 read-only;
78 };
79
80 partition@80000 {
81 label = "partition-table";
82 reg = <0x080000 0x010000>;
83 read-only;
84 };
85
86 info: partition@90000 {
87 label = "info";
88 reg = <0x090000 0x010000>;
89 read-only;
90 };
91
92 art: partition@a0000 {
93 label = "art";
94 reg = <0x0a0000 0x010000>;
95 read-only;
96 };
97
98 partition@b0000 {
99 label = "extra-para";
100 reg = <0x0b0000 0x010000>;
101 read-only;
102 };
103
104 partition@c0000 {
105 compatible = "openwrt,elf";
106 label = "firmware";
107 reg = <0x0c0000 0xe40000>;
108 };
109
110 partition@f00000 {
111 label = "config";
112 reg = <0xf00000 0x030000>;
113 read-only;
114 };
115
116 partition@f30000 {
117 label = "mutil-log";
118 reg = <0xf30000 0x080000>;
119 read-only;
120 };
121
122 partition@fb0000 {
123 label = "oops";
124 reg = <0xfb0000 0x040000>;
125 read-only;
126 };
127 };
128 };
129 };
130
131 &mdio0 {
132 status = "okay";
133
134 phy-mask = <0x1>;
135
136 phy0: ethernet-phy@0 {
137 reg = <0>;
138 phy-mode = "sgmii";
139 qca,ar8327-initvals = <
140 0x04 0x00080080 /* PAD0 */
141 0x7c 0x0000007e /* PORT0_STATUS */
142 0xe0 0xc74164de /* SGMII_CTRL */
143 >;
144 };
145 };
146
147 &eth0 {
148 status = "okay";
149
150 phy-handle = <&phy0>;
151 phy-mode = "sgmii";
152
153 mtd-mac-address = <&info 0x8>;
154 };
155
156 &wmac {
157 status = "okay";
158
159 mtd-cal-data = <&art 0x1000>;
160 mtd-mac-address = <&info 0x8>;
161 };