[PATCH 0/3] realtek: add support for Panasonic Switch-M8eG PN28080K
INAGAKI Hiroshi
musashino.open at gmail.com
Sat Oct 2 23:53:46 PDT 2021
This is a continuation of the PR in GitHub[1].
This patch series adds support for Panasonic Switch-M8eG PN28080K.
Panasonic Switch-M*eG PN28xx0K series has the following models:
- Switch-M8eG PN28080K (RTL8380M, 8 + 1 SFP)
- 1-9 : RTL8380M (SoC)
- Switch-M16eG PN28160K (RTL8382M?, 14 + 2 combo)
- ?
- Switch-M24eG PN28240K (RTL8382M, 22 + 2 combo)
- 1-8 : RTL8218B
- 9-16: RTL8382M (SoC)
- 17-24: RTL8218FB
- Switch-M48eG PN28480K (RTL8393M, 44 + 4 combo)
- 1-40: RTL8218B
- 41-48: RTL8218FB
(Note: I don't have a Switch-M16eG PN28160K and the hardware specification
is unknown)
These models have the many common parts, so 3rd commit creates a dtsi for
This series.
Note:
- "Switch-M*eG" is a model name and "PN28xx0K" is a model number.
Each model has two model number, "PN28xx0" and "PN28xx0K". But the
first one (PN28xx0) is a Broadcom SoC based hardware.
- This series uses the VxWorks-based kernel in stock firmware.
[1]: https://github.com/openwrt/openwrt/pull/4209
INAGAKI Hiroshi (3):
realtek: enable pca953x driver for target
realtek: enable gpio-restart driver in target
realtek: add support for Panasonic Switch-M8eG PN28080K
target/linux/realtek/config-5.10 | 4 +
target/linux/realtek/config-5.4 | 4 +
.../rtl8380_panasonic_m8eg-pn28080k.dts | 103 ++++++++
.../rtl83xx_panasonic_mxxeg-pn28xx0k.dtsi | 216 +++++++++++++++++
.../rtl8380_panasonic_m8eg-pn28080k.dts | 107 +++++++++
.../rtl83xx_panasonic_mxxeg-pn28xx0k.dtsi | 220 ++++++++++++++++++
target/linux/realtek/image/Makefile | 10 +
7 files changed, 664 insertions(+)
create mode 100644 target/linux/realtek/dts-5.10/rtl8380_panasonic_m8eg-pn28080k.dts
create mode 100644 target/linux/realtek/dts-5.10/rtl83xx_panasonic_mxxeg-pn28xx0k.dtsi
create mode 100644 target/linux/realtek/dts-5.4/rtl8380_panasonic_m8eg-pn28080k.dts
create mode 100644 target/linux/realtek/dts-5.4/rtl83xx_panasonic_mxxeg-pn28xx0k.dtsi
--
2.33.0.windows.2
More information about the openwrt-devel
mailing list