[PATCH v1 0/3] Meson A1 32-bit support
From: Alexey Romanov <hidden>
Date: 2023-02-22 11:50:45
Also in:
linux-amlogic, linux-devicetree, lkml
From: Alexey Romanov <hidden>
Date: 2023-02-22 11:50:45
Also in:
linux-amlogic, linux-devicetree, lkml
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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel