[PATCH v1 0/3] Meson A1 32-bit support

From: Alexey Romanov
Date: Wed Feb 22 2023 - 06:50:44 EST


Hello!

This patchset adds support for 32-bit Meson A1 board.
We describe device tree with following components:
CPU, GIC, IRQ, Timer, UART, PIN controller.
It's capable of booting up into the serial console.

We have tested this DTS and used drivers at our
32-bit Meson A1 board and it works correctly.

Alexey Romanov (3):
meson: pinctrl: use CONFIG_PINCTRL_A1 with CONFIG_ARM
firmware: meson: use CONFIG_MESON_SM with CONFIG_ARM
arch/arm: dts: introduce meson-a1 device tree

arch/arm/boot/dts/meson-a1.dtsi | 151 ++++++++++++++++++++++++++++++++
drivers/firmware/meson/Kconfig | 2 +-
drivers/pinctrl/meson/Kconfig | 2 +-
3 files changed, 153 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/boot/dts/meson-a1.dtsi

--
2.38.1