mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "rtl8380_hpe_1920-8g.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "hpe,1920-8g-poe-65w", "realtek,rtl838x-soc";
|
||
|
model = "HPE 1920-8G-PoE+ 65W (JG921A)";
|
||
|
};
|
||
|
|
||
|
&uart1 {
|
||
|
status = "okay";
|
||
|
};
|