ath79: convert ath10k pre-calibration data to NVMEM (binary MAC)
[openwrt/staging/dangole.git] / target / linux / ath79 / dts / qca9531_comfast_cf-wr752ac-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca953x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "comfast,cf-wr752ac-v1", "qca,qca9531";
10 model = "COMFAST CF-WR752AC v1";
11
12 aliases {
13 serial0 = &uart;
14 led-boot = &led_lan;
15 led-failsafe = &led_lan;
16 led-upgrade = &led_lan;
17 };
18
19 leds {
20 compatible = "gpio-leds";
21
22 pinctrl-names = "default";
23 pinctrl-0 = <&jtag_disable_pins &pinmux_led_rssihigh &pinmux_led_rssilow>;
24
25 led_lan: lan {
26 label = "blue:lan";
27 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
28 };
29
30 rssihigh {
31 label = "green:rssihigh";
32 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
33 };
34
35 rssilow {
36 label = "red:rssilow";
37 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
38 };
39 };
40
41 keys {
42 compatible = "gpio-keys";
43
44 button {
45 label = "reset";
46 linux,code = <KEY_RESTART>;
47 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
48 debounce-interval = <60>;
49 };
50 };
51 };
52
53 &pinmux {
54 pinmux_led_rssihigh: pinmux_led_rssihigh {
55 pinctrl-single,bits = <0xc 0x0 0xff000000>;
56 };
57
58 pinmux_led_rssilow: pinmux_led_rssilow {
59 pinctrl-single,bits = <0x8 0x0 0xff000000>;
60 };
61 };
62
63 &pcie0 {
64 status = "okay";
65
66 wifi@0,0 {
67 compatible = "qcom,ath10k";
68 reg = <0x0000 0 0 0 0>;
69 nvmem-cells = <&precal_art_5000>, <&macaddr_art_0 2>;
70 nvmem-cell-names = "pre-calibration", "mac-address";
71 };
72 };
73
74 &spi {
75 status = "okay";
76
77 flash@0 {
78 compatible = "jedec,spi-nor";
79 reg = <0>;
80 spi-max-frequency = <25000000>;
81
82 partitions {
83 compatible = "fixed-partitions";
84 #address-cells = <1>;
85 #size-cells = <1>;
86
87 partition@0 {
88 label = "u-boot";
89 reg = <0x000000 0x010000>;
90 read-only;
91 };
92
93 art: partition@10000 {
94 label = "art";
95 reg = <0x010000 0x010000>;
96 read-only;
97
98 nvmem-layout {
99 compatible = "fixed-layout";
100 #address-cells = <1>;
101 #size-cells = <1>;
102
103 macaddr_art_0: macaddr@0 {
104 compatible = "mac-base";
105 reg = <0x0 0x6>;
106 #nvmem-cell-cells = <1>;
107 };
108
109 precal_art_5000: pre-calibration@5000 {
110 reg = <0x5000 0x2f20>;
111 };
112 };
113 };
114
115 partition@20000 {
116 compatible = "denx,uimage";
117 label = "firmware";
118 reg = <0x020000 0xfd0000>;
119 };
120
121 partition@ff0000 {
122 label = "nvram";
123 reg = <0xff0000 0x010000>;
124 read-only;
125 };
126 };
127 };
128 };
129
130 &eth0 {
131 status = "okay";
132
133 phy-handle = <&swphy4>;
134
135 nvmem-cells = <&macaddr_art_0 0>;
136 nvmem-cell-names = "mac-address";
137 };
138
139 &eth1 {
140 compatible = "syscon", "simple-mfd";
141 };
142
143 &wmac {
144 status = "okay";
145
146 mtd-cal-data = <&art 0x1000>;
147
148 nvmem-cells = <&macaddr_art_0 10>;
149 nvmem-cell-names = "mac-address";
150 };