mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 05:47:00 +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 987c96e88927094ff61e83870f872f0560d8e5c1)
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";
|
|
};
|