mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
0c50884201
XS1930-10 and XS1930-12HP share most of their layout: the same 8-port AQR813 Base-T block, the same SFP+ GPIO mux, identical I2C master config and serdes polarity. Carve those shared pieces out into a new intermediate rtl9313_zyxel_xs1930-aqr813.dtsi and have both device DTS files include it, leaving only their device-specific differences (LED-set masks, extra PoE bits on -12HP, extra AQR113C PHYs on -12HP) in the per-device files. XS1930-12F continues to include the common DTSI directly since its layout differs too much to share usefully. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23428 Signed-off-by: Robert Marko <robimarko@gmail.com>