mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
0ff5785c5d
Add the SoC compatible to the individual dts files. Rename the dts files to match the common pattern. Remove dts files wich aren't used and no image in ar71xx exists. Signed-off-by: Mathias Kresin <dev@kresin.me>
14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar7241_ubnt_xm.dtsi"
|
|
|
|
/ {
|
|
compatible = "ubnt,bullet-m", "qca,ar7241";
|
|
model = "Ubiquiti Bullet M";
|
|
};
|
|
|
|
ð1 {
|
|
compatible = "syscon";
|
|
};
|