mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 02:14:53 +00:00
41aa765946
Due to use of a script when migrating from mtd-mac-address, a few of the definitions are redundant in DTSI and DTS files. Remove those and consolidate the definitions in parent DTSI files in a few cases. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
27 lines
473 B
Plaintext
27 lines
473 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>;
|
|
nvmem-cells = <&macaddr_art_0>;
|
|
nvmem-cell-names = "mac-address";
|
|
mac-address-increment = <16>;
|
|
};
|
|
};
|