mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +00:00
2ce5521bd2
There are two hardware models of the HPE 1920-8g-poe switch. The version
currently in the repository is the model with a PoE budget of 180W. In
preparation of the addition of the 65W model, the existing model is
renamed to clarify the hardware version it targets.
As suggested by Pawel, the 'SUPPORTED_DEVICES' includes the old target
name to enable an upgrade path of builds with the old name.
Suggested-by: Pawel Dembicki <paweldembicki@gmail.com>
Signed-off-by: Kevin Jilissen <info@kevinjilissen.nl>
(cherry picked from commit 987c96e889
)
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "rtl8380_hpe_1920-8g.dtsi"
|
|
|
|
/ {
|
|
compatible = "hpe,1920-8g-poe-180w", "realtek,rtl838x-soc";
|
|
model = "HPE 1920-8G-PoE+ 180W (JG922A)";
|
|
};
|
|
|
|
&uart1 {
|
|
status = "okay";
|
|
};
|