mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-26 06:09:37 +00:00
41b49a157a
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>
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)";
|
|
};
|