mediatek: mt7988a: sync dts compatible string
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_qxwlan_e750g-v8-16m.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344_qxwlan_e750x.dtsi"
4
5 / {
6 model = "Qxwlan E750G v8 16M";
7 compatible = "qxwlan,e750g-v8-16m", "qca,ar9344";
8 };
9
10 &mdio0 {
11 status = "okay";
12
13 phy-mask = <0>;
14
15 phy0: ethernet-phy@0 {
16 reg = <0>;
17 phy-mode = "rgmii";
18
19 qca,ar8327-initvals = <
20 0x04 0x07600000 /* PORT0 PAD MODE CTRL */
21 0x10 0x81000080 /* POWER_ON_STRAP */
22 0x50 0xcc35cc35 /* LED_CTRL0 */
23 0x54 0xca35ca35 /* LED_CTRL1 */
24 0x58 0xc935c935 /* LED_CTRL2 */
25 0x5c 0x03ffff00 /* LED_CTRL3 */
26 0x7c 0x0000007e /* PORT0_STATUS */
27 >;
28 };
29 };
30
31 &eth0 {
32 status = "okay";
33
34 pll-data = <0x06000000 0x00000101 0x00001616>;
35
36 mtd-mac-address = <&pridata 0x400>;
37
38 phy-mode = "rgmii";
39 phy-handle = <&phy0>;
40 };
41
42 &partitions {
43 partition@70000 {
44 compatible = "denx,uimage";
45 label = "firmware";
46 reg = <0x070000 0xf90000>;
47 };
48 };