blob: 7dd2c7b27718fcb6c238541af435dc3407eeb41c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "ar7240.dtsi"
#include "ar724x_ubnt_xm.dtsi"
#include "ar724x_ubnt_xm_outdoor.dtsi"
/ {
compatible = "ubnt,bullet-m-ar7240", "ubnt,xm", "qca,ar7240";
model = "Ubiquiti Bullet M (XM AR7240)";
};
ð0 {
fixed-link {
speed = <100>;
full-duplex;
};
};
ð1 {
compatible = "syscon", "simple-mfd";
};
|