mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
0b078f2ecf
There is no need to keep a version specific dts directory. Rename the folder to its standard location. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "rtl838x.dtsi"
|
|
#include "rtl83xx_d-link_dgs-1210_common.dtsi"
|
|
#include "rtl83xx_d-link_dgs-1210_gpio.dtsi"
|
|
#include "rtl8382_d-link_dgs-1210-28_common.dtsi"
|
|
|
|
/ {
|
|
compatible = "d-link,dgs-1210-28", "realtek,rtl838x-soc";
|
|
model = "D-Link DGS-1210-28";
|
|
};
|