This patchset adds a devicetree for the LANCOM NWAPP2 board based on the MPC8314E platform, and slightly modernizes the MPC83xx platform support in the process. This board is nominally end-of-life, but available to hobbyists. A U-Boot port is also in the making. Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx> --- J. Neuschäfer (19): powerpc: Generalize MPC831x platform support powerpc: dts: Extract mpc8315e.dtsi from mpc8315erdb.dts powerpc: dts: mpc8315e: Use IRQ_TYPE_* macros powerpc: dts: mpc8315e: Add labels to peripherals powerpc: dts: mpc8315e: Disable peripherals by default powerpc: dts: mpc8315e: Add missing #cells properties to SPI bus powerpc: dts: mpc8315erdb: Add missing model property powerpc: boot: Enable FIT image generation powerpc: boot: Build devicetrees when CONFIG_MPC831x=y powerpc: dts: Add MPC8314E devicetree dt-bindings: gpio: fsl,qoriq-gpio: Add compatible string fsl,mpc8314-gpio powerpc: dts: mpc8315e: Add GPIO controller node gpio: mpc8xxx: Add MPC8314 support powerpc: mpc83xx: Switch to of_platform_populate dt-bindings: vendor-prefixes: Add LANCOM Systems GmbH powerpc: dts: Add LANCOM NWAPP2 board devicetree powerpc: Regenerate mpc83xx_defconfig powerpc: mpc83xx_defconfig: Enable NWAPP2 board features MAINTAINERS: Add entry for LANCOM board support .../devicetree/bindings/gpio/fsl,qoriq-gpio.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + MAINTAINERS | 8 + arch/powerpc/Makefile | 3 +- arch/powerpc/boot/Makefile | 11 + arch/powerpc/boot/dts/Makefile | 6 + arch/powerpc/boot/dts/lancom-nwapp2.dts | 276 +++++++++++++++ arch/powerpc/boot/dts/mpc8314e.dtsi | 7 + arch/powerpc/boot/dts/mpc8315e.dtsi | 390 +++++++++++++++++++++ arch/powerpc/boot/dts/mpc8315erdb.dts | 327 +---------------- arch/powerpc/configs/83xx/mpc8313_rdb_defconfig | 2 +- arch/powerpc/configs/83xx/mpc8315_rdb_defconfig | 2 +- arch/powerpc/configs/mpc83xx_defconfig | 41 ++- arch/powerpc/configs/ppc6xx_defconfig | 2 +- arch/powerpc/platforms/83xx/Kconfig | 6 +- arch/powerpc/platforms/83xx/Makefile | 2 +- arch/powerpc/platforms/83xx/misc.c | 6 +- .../platforms/83xx/{mpc831x_rdb.c => mpc831x.c} | 21 +- drivers/gpio/gpio-mpc8xxx.c | 1 + 19 files changed, 769 insertions(+), 345 deletions(-) --- base-commit: fc033cf25e612e840e545f8d5ad2edd6ba613ed5 change-id: 20241231-mpc83xx-17c898a49441 Best regards, -- J. Neuschäfer <j.ne@xxxxxxxxxx>