ath79: convert ath10k calibration data to NVMEM (binary MAC)
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_qxwlan_e558.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca955x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 aliases {
10 led-boot = &led_system;
11 led-failsafe = &led_system;
12 led-running = &led_system;
13 led-upgrade = &led_system;
14 label-mac-device = &eth0;
15 };
16
17 keys {
18 compatible = "gpio-keys";
19
20 reset {
21 label = "Reset button";
22 linux,code = <KEY_RESTART>;
23 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
24 debounce-interval = <60>;
25 };
26 };
27
28 leds {
29 compatible = "gpio-leds";
30
31 wlan {
32 label = "green:wlan";
33 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
34 linux,default-trigger = "phy0tpt";
35 };
36
37 led_system: system {
38 label = "green:system";
39 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
40 default-state = "on";
41 };
42
43 sig1 {
44 label = "green:sig1";
45 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
46 };
47
48 sig2 {
49 label = "green:sig2";
50 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
51 };
52 };
53 };
54
55 &pcie0 {
56 status = "okay";
57 };
58
59 &pcie1 {
60 status = "okay";
61 };
62
63 &spi {
64 status = "okay";
65
66 flash@0 {
67 compatible = "jedec,spi-nor";
68 reg = <0>;
69 spi-max-frequency = <25000000>;
70
71 partitions: partitions {
72 compatible = "fixed-partitions";
73 #address-cells = <1>;
74 #size-cells = <1>;
75
76 partition@0 {
77 label = "u-boot";
78 reg = <0x000000 0x040000>;
79 read-only;
80 };
81
82 partition@40000 {
83 label = "u-boot-env";
84 reg = <0x040000 0x010000>;
85 read-only;
86 };
87
88 pridata: partition@50000 {
89 label = "pri-data";
90 reg = <0x050000 0x010000>;
91 read-only;
92
93 nvmem-layout {
94 compatible = "fixed-layout";
95 #address-cells = <1>;
96 #size-cells = <1>;
97
98 macaddr_pridata_400: macaddr@400 {
99 compatible = "mac-base";
100 reg = <0x400 0x6>;
101 #nvmem-cell-cells = <1>;
102 };
103 };
104 };
105
106 art: partition@60000 {
107 label = "art";
108 reg = <0x060000 0x010000>;
109 read-only;
110 };
111 };
112 };
113 };
114
115 &mdio0 {
116 status = "okay";
117
118 phy0: ethernet-phy@0 {
119 reg = <0>;
120
121 qca,ar8327-initvals = <
122 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
123 0x0c 0x07600000 /* PORT6 PAD MODE CTRL */
124 0x10 0x81000080 /* POWER_ON_STRAP */
125 0x50 0xcc35cc35 /* LED_CTRL0 */
126 0x54 0xca35ca35 /* LED_CTRL1 */
127 0x58 0xc935c935 /* LED_CTRL2 */
128 0x5c 0x03ffff00 /* LED_CTRL3 */
129 0x7c 0x0000007e /* PORT0_STATUS */
130 0x94 0x0000007e /* PORT6 STATUS */
131 >;
132 };
133 };
134
135 &eth0 {
136 status = "okay";
137
138 pll-data = <0x56000000 0x00000101 0x00001616>;
139
140 phy-handle = <&phy0>;
141
142 nvmem-cells = <&macaddr_pridata_400 1>;
143 nvmem-cell-names = "mac-address";
144 };
145
146 &eth1 {
147 status = "okay";
148
149 pll-data = <0x03000101 0x00000101 0x00001616>;
150
151 nvmem-cells = <&macaddr_pridata_400 0>;
152 nvmem-cell-names = "mac-address";
153
154 fixed-link {
155 speed = <1000>;
156 full-duplex;
157 };
158 };
159
160 &usb_phy0 {
161 status = "okay";
162 };
163
164 &usb0 {
165 status = "okay";
166 };
167
168 &usb_phy1 {
169 status = "okay";
170 };
171
172 &usb1 {
173 status = "okay";
174 };
175
176 &wmac {
177 status = "okay";
178
179 mtd-cal-data = <&art 0x1000>;
180 };