847cda16eb
The OpenMesh MR900 and to-be-added MR1750 family are very similar. Make the existing MR900 DTSI more general so it can be used for the MR1750 devices as well. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
26 lines
439 B
Plaintext
26 lines
439 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#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>;
|
|
};
|
|
};
|