blob: f7889b00cc0c38ba95085d7bfd5b44dff2e25729 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3#include "qca9558_openmesh_mr.dtsi"
4
5/ {
6 compatible = "openmesh,mr900-v1", "qca,qca9558";
7 model = "OpenMesh MR900 v1";
8};
9
10&led_wifi2g {
11 linux,default-trigger = "phy0tpt";
12};
13
14&led_wifi5g {
15 linux,default-trigger = "phy1tpt";
16};
17
18&pcie0 {
19 wifi@0,0 {
20 compatible = "pci168c,0033";
21 reg = <0x0000 0 0 0 0>;
22 mtd-mac-address = <&art 0x0>;
23 mtd-mac-address-increment = <16>;
24 };
25};