aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9558_openmesh_mr900-v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9558_openmesh_mr900-v1.dts')
-rw-r--r--target/linux/ath79/dts/qca9558_openmesh_mr900-v1.dts19
1 files changed, 18 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9558_openmesh_mr900-v1.dts b/target/linux/ath79/dts/qca9558_openmesh_mr900-v1.dts
index 96fc9853cb..f7889b00cc 100644
--- a/target/linux/ath79/dts/qca9558_openmesh_mr900-v1.dts
+++ b/target/linux/ath79/dts/qca9558_openmesh_mr900-v1.dts
@@ -1,8 +1,25 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-#include "qca9558_openmesh_mr900.dtsi"
+#include "qca9558_openmesh_mr.dtsi"
/ {
compatible = "openmesh,mr900-v1", "qca,qca9558";
model = "OpenMesh MR900 v1";
};
+
+&led_wifi2g {
+ linux,default-trigger = "phy0tpt";
+};
+
+&led_wifi5g {
+ linux,default-trigger = "phy1tpt";
+};
+
+&pcie0 {
+ wifi@0,0 {
+ compatible = "pci168c,0033";
+ reg = <0x0000 0 0 0 0>;
+ mtd-mac-address = <&art 0x0>;
+ mtd-mac-address-increment = <16>;
+ };
+};