mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
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";
|
||
|
};
|