mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-13 07:54:14 +00:00
In order to be able to define the external GPIO controller on an emulated MDIO bus, move the controller definition outside of the main GS1900 include for RTL838x-based devices. Additionally, a new DTSI is provided defining the RTL8231 on the emulated MDIO bus. Signed-off-by: Sander Vanheule <sander@svanheule.net>
14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#include "rtl8380_zyxel_gs1900.dtsi"
|
|
#include "rtl8380_zyxel_gs1900_gpio.dtsi"
|
|
|
|
/ {
|
|
compatible = "zyxel,gs1900-8", "realtek,rtl838x-soc";
|
|
model = "Zyxel GS1900-8v1/v2 Switch";
|
|
};
|
|
|
|
&gpio1 {
|
|
/delete-node/ poe_enable;
|
|
};
|