1
1
openwrt/target/linux/realtek/dts/rtl9302_zyxel_xgs1210-12-a1.dts
Markus Stockhausen 7bfa1fa83b realtek: rename smi-address dts property
The rtl9300,smi-address property was first developed for the RTL930x
targets. So it got a device specific prefix. Nowadays it is used for
RTL931x targets too. Convert it to our gerneric realtek prefix.

find ./realtek -type f -exec sed -i 's/rtl9300,smi-address/realtek,smi-address/g' {} +

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/21343
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-01-02 18:05:02 +01:00

18 lines
297 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later
/dts-v1/;
#include "rtl9302_zyxel_xgs1210-12-common.dtsi"
/ {
compatible = "zyxel,xgs1210-12-a1", "realtek,rtl838x-soc";
model = "Zyxel XGS1210-12 A1 Switch";
};
&phy24 {
realtek,smi-address = <1 8>;
};
&phy25 {
realtek,smi-address = <2 9>;
};