mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 13:49:26 +00:00
1f94fa16d8
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 41b49a157ad0162c39ab94529d110aa3a3e3e266)
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)";
|
|
};
|