mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
17 lines
287 B
Plaintext
17 lines
287 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qca9558_openmesh_mr.dtsi"
|
|
|
|
/ {
|
|
compatible = "openmesh,mr1750-v1", "qca,qca9558";
|
|
model = "OpenMesh MR1750 v1";
|
|
};
|
|
|
|
&led_wifi2g {
|
|
linux,default-trigger = "phy1tpt";
|
|
};
|
|
|
|
&led_wifi5g {
|
|
linux,default-trigger = "phy0tpt";
|
|
};
|