ath79: add support for Qxwlan E600G v2 / E600GAC v2
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9531_comfast_cf-e130n-v2.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-e130n-v2", "qca,qca9531";
10 model = "COMFAST CF-E130N v2";
11
12 aliases {
13 serial0 = &uart;
14 led-boot = &led_rssihigh;
15 led-failsafe = &led_rssihigh;
16 led-upgrade = &led_rssihigh;
17 label-mac-device = &eth1;
18 };
19
20 leds {
21 compatible = "gpio-leds";
22
23 pinctrl-names = "default";
24
25 wlan {
26 label = "green:wlan";
27 gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
28 linux,default-trigger = "phy0tpt";
29 };
30
31 lan {
32 label = "green:lan";
33 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
34 };
35
36 unused {
37 label = "green:unused";
38 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
39 };
40
41 rssilow {
42 label = "red:rssilow";
43 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
44 };
45
46 rssimediumlow {
47 label = "red:rssimediumlow";
48 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
49 };
50
51 rssimediumhigh {
52 label = "green:rssimediumhigh";
53 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
54 };
55
56 led_rssihigh: rssihigh {
57 label = "green:rssihigh";
58 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
59 };
60 };
61
62 keys {
63 compatible = "gpio-keys";
64
65 reset {
66 label = "reset";
67 linux,code = <KEY_RESTART>;
68 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
69 debounce-interval = <60>;
70 };
71 };
72 };
73
74 &spi {
75 status = "okay";
76
77 num-cs = <1>;
78
79 flash@0 {
80 compatible = "jedec,spi-nor";
81 reg = <0>;
82 spi-max-frequency = <25000000>;
83
84 partitions {
85 compatible = "fixed-partitions";
86 #address-cells = <1>;
87 #size-cells = <1>;
88
89 partition@0 {
90 label = "u-boot";
91 reg = <0x000000 0x010000>;
92 read-only;
93 };
94
95 art: partition@10000 {
96 label = "art";
97 reg = <0x010000 0x010000>;
98 read-only;
99 };
100
101 partition@20000 {
102 compatible = "denx,uimage";
103 label = "firmware";
104 reg = <0x020000 0x7c0000>;
105 };
106
107 partition@7e0000 {
108 label = "configs";
109 reg = <0x7e0000 0x010000>;
110 read-only;
111 };
112
113 partition@7f0000 {
114 label = "nvram";
115 reg = <0x7f0000 0x010000>;
116 read-only;
117 };
118 };
119 };
120 };
121
122 &uart {
123 status = "okay";
124 };
125
126 &eth1 {
127 mtd-mac-address = <&art 0x0>;
128
129 gmac-config {
130 device = <&gmac>;
131 switch-phy-swap = <1>;
132 };
133 };
134
135 &wmac {
136 status = "okay";
137
138 mtd-mac-address = <&art 0x0>;
139 mtd-cal-data = <&art 0x1000>;
140 };