mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-02 22:57:07 +08:00
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "kirkwood-linksys-viper.dts"
|
|
|
|
/ {
|
|
model = "Linksys EA4500 (Viper)";
|
|
compatible = "linksys,ea4500", "linksys,viper", "marvell,kirkwood-88f6282", "marvell,kirkwood";
|
|
};
|