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

Alexey Romanov avromanov at sberdevices.ru
Wed Feb 22 03:50:17 PST 2023


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




More information about the linux-arm-kernel mailing list