[PATCH 0/5] ixp4xx: add welltech-epbx100

From: Corentin Labbe
Date: Tue May 04 2021 - 15:35:10 EST


The welltech epbx100 is a small IP PBX board.
It ship an Intel IXDPG425 Network Gateway Reference (IXP42X 533MHz) SoC.
Original image ran an old 2.4.31 but upgrading to recent kernel was
easy.
It misses a working network interfaces but its current state is
sufficient to work on my interest, its crypto device.

More information on the board could be found on http://kernel.montjoie.ovh/welltech-epbx100.html

Corentin Labbe (5):
ARM: ixp4xx_defconfig: add CONFIG_SERIAL_OF_PLATFORM
ARM: ixp4xx_defconfig: add MTD_PHYSMAP
dt-bindings: add vendor prefix for welltech
dt-bindings: arm: intel-ixp4xx: add welltech,epbx100
ARM: dts: add intel-ixp42x-welltech-epbx100

.../devicetree/bindings/arm/intel-ixp4xx.yaml | 1 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/Makefile | 1 +
.../dts/intel-ixp42x-welltech-epbx100.dts | 76 +++++++++++++++++++
arch/arm/configs/ixp4xx_defconfig | 3 +
5 files changed, 83 insertions(+)
create mode 100644 arch/arm/boot/dts/intel-ixp42x-welltech-epbx100.dts

--
2.26.3