mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +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>
13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#include "rtl8380_zyxel_gs1900.dtsi"
|
|
|
|
/ {
|
|
compatible = "zyxel,gs1900-8hp-v1", "realtek,rtl838x-soc";
|
|
model = "Zyxel GS1900-8HP v1 Switch";
|
|
};
|
|
|
|
&uart1 {
|
|
status = "okay";
|
|
};
|