treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/wigyori.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 "ar9344_qxwlan_e750x.dtsi"
4
5 / {
6 model = "Qxwlan E750A v4 8M";
7 compatible = "qxwlan,e750a-v4-8m", "qca,ar9344";
8 };
9
10 &leds {
11 lan {
12 label = "green:lan";
13 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
14 };
15
16 wan {
17 label = "green:wan";
18 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
19 };
20 };
21
22 &eth0 {
23 status = "okay";
24
25 phy-handle = <&swphy4>;
26
27 mtd-mac-address = <&pridata 0x400>;
28 mac-address-increment = <1>;
29 };
30
31 &eth1 {
32 status = "okay";
33
34 mtd-mac-address = <&pridata 0x400>;
35
36 gmac-config {
37 device = <&gmac>;
38 switch-phy-swap = <0>;
39 switch-only-mode = <1>;
40 };
41 };
42
43 &partitions {
44 partition@70000 {
45 compatible = "denx,uimage";
46 label = "firmware";
47 reg = <0x070000 0x790000>;
48 };
49 };