[PATCH 3/3] sunxi: H616: Add OrangePi Zero 3 board support
Bob McChesney
bob at electricworry.net
Sun Nov 26 12:45:55 CET 2023
On Sat, Nov 25, 2023 at 08:43:12PM +0300, Mikhail Kalashnikov wrote:
> Tested-by: Mikhail Kalashnikov <iuncuim at gmail.com>
>
> On 14.11.2023 04:31, Andre Przywara wrote:
> > The OrangePi Zero 3 is a small development board featuring the Allwinner
> > H618 SoC, shipping with up to 4GB of DRAM, Gigabit Ethernet, a micro-HDMI
> > connector and two USB sockets.
> > The board uses LPDDR4 DRAM and an X-Powers AXP313a PMIC, support for
> > which was recently added to U-Boot.
> >
> > Add a defconfig file selecting the right drivers and DRAM options.
> > Since the .dts file was synced from the Linux kernel repo already, we
> > just need to add one line to the Makefile to actually build the .dtb.
> >
> > The DRAM parameters were derived from the values found in the BSP DRAM
> > drivers on the SPI NOR flash.
> >
> > Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> > ---
> > arch/arm/dts/Makefile | 1 +
> > board/sunxi/MAINTAINERS | 5 +++++
> > configs/orangepi_zero3_defconfig | 30 ++++++++++++++++++++++++++++++
> > 3 files changed, 36 insertions(+)
> > create mode 100644 configs/orangepi_zero3_defconfig
Tested-by: Bob McChesney <bob at electricworry.net>
Am I ok to just tag onto Mikhail's email to add my tested tag? I've got
a 4GB Orange Pi Zero 3 and can confirm that it works, despite any
limitations that may be present.
Regards,
Bob
More information about the U-Boot
mailing list