sunxi: 6.6: set testing kernel
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_qxwlan_e750a-v4-8m.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "ar9344_qxwlan_e750x.dtsi"
6
7 / {
8 model = "Qxwlan E750A v4 8M";
9 compatible = "qxwlan,e750a-v4-8m", "qca,ar9344";
10 };
11
12 &leds {
13 lan {
14 function = LED_FUNCTION_LAN;
15 color = <LED_COLOR_ID_GREEN>;
16 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
17 };
18
19 wan {
20 function = LED_FUNCTION_WAN;
21 color = <LED_COLOR_ID_GREEN>;
22 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
23 };
24 };
25
26 &eth0 {
27 status = "okay";
28
29 phy-handle = <&swphy4>;
30
31 nvmem-cells = <&macaddr_pridata_400 1>;
32 nvmem-cell-names = "mac-address";
33 };
34
35 &eth1 {
36 status = "okay";
37
38 nvmem-cells = <&macaddr_pridata_400 0>;
39 nvmem-cell-names = "mac-address";
40
41 gmac-config {
42 device = <&gmac>;
43 switch-phy-swap = <0>;
44 switch-only-mode = <1>;
45 };
46 };
47
48 &partitions {
49 partition@70000 {
50 compatible = "denx,uimage";
51 label = "firmware";
52 reg = <0x070000 0x790000>;
53 };
54 };