mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 20:44:18 +00:00
26dc65b126
Remove the former used board name from the device model property and use the model name as it is. Signed-off-by: Mathias Kresin <dev@kresin.me>
15 lines
230 B
Plaintext
15 lines
230 B
Plaintext
/dts-v1/;
|
|
|
|
#include "ARV4518PWR01.dtsi"
|
|
|
|
/ {
|
|
compatible = "arcadyan,arv4518pwr01a", "lantiq,xway", "lantiq,danube";
|
|
model = "SMC7908A-ISP, Airties WAV-221";
|
|
|
|
fpi@10000000 {
|
|
pci@E105400 {
|
|
lantiq,external-clock;
|
|
};
|
|
};
|
|
};
|