mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-09-10 06:49:40 +00:00
The HPE JG924A, JG925A and JG926A share the same base.
Prepare base device for adding the PoE enabled switch support.
Signed-off-by: Evan Jobling <evan.jobling@mslsc.com.au>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Link: https://github.com/openwrt/openwrt/pull/17436
Signed-off-by: Sander Vanheule <sander@svanheule.net>
(cherry picked from commit 41b49a157a
)
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "rtl8382_hpe_1920-24g.dtsi"
|
|
|
|
/ {
|
|
compatible = "hpe,1920-24g", "realtek,rtl838x-soc";
|
|
model = "HPE 1920-24G (JG924A)";
|
|
};
|