mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-18 15:46:59 +08:00
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
![]() |
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "ar7241.dtsi"
|
||
|
#include "ar724x_ubnt_xm.dtsi"
|
||
|
#include "ar724x_ubnt_xm_outdoor.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "ubnt,powerbridge-m", "ubnt,xm", "qca,ar7241";
|
||
|
model = "Ubiquiti PowerBridge M (XM)";
|
||
|
};
|
||
|
|
||
|
ð1 {
|
||
|
compatible = "syscon", "simple-mfd";
|
||
|
};
|