blob: e232cdab24cf982a02e3ec10c398dc8b6e2d9e1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "ar9344_qxwlan_e750x.dtsi"
/ {
model = "Qxwlan E750A v4 8M";
compatible = "qxwlan,e750a-v4-8m", "qca,ar9344";
};
&leds {
lan {
label = "green:lan";
gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
};
wan {
label = "green:wan";
gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
};
};
ð0 {
status = "okay";
phy-handle = <&swphy4>;
mtd-mac-address = <&pridata 0x400>;
mtd-mac-address-increment = <1>;
};
ð1 {
status = "okay";
mtd-mac-address = <&pridata 0x400>;
gmac-config {
device = <&gmac>;
switch-phy-swap = <0>;
switch-only-mode = <1>;
};
};
&partitions {
partition@70000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x070000 0x790000>;
};
};
|