summaryrefslogtreecommitdiff
path: root/board/sunxi
diff options
context:
space:
mode:
authorAndre Przywara <[email protected]>2023-10-18 01:06:52 +0100
committerAndre Przywara <[email protected]>2023-12-06 23:09:17 +0000
commitd2e1cc69a24719e9939a84dc42bdf281af6ec35d (patch)
tree9cd1df143e22bacf1baa85d50e08e08a2f97a348 /board/sunxi
parent929f198d07f39b4a0b901a9f022581bf540bee1f (diff)
sunxi: H616: Add OrangePi Zero 3 board support
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 <[email protected]> Tested-by: Mikhail Kalashnikov <[email protected]> Tested-by: Bob McChesney <[email protected]> Tested-by: Stephen Graf <[email protected]>
Diffstat (limited to 'board/sunxi')
-rw-r--r--board/sunxi/MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index 00614372119..f556857a391 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -455,6 +455,11 @@ M: Jernej Skrabec <[email protected]>
S: Maintained
F: configs/orangepi_zero2_defconfig
+ORANGEPI ZERO 3 BOARD
+M: Andre Przywara <[email protected]>
+S: Maintained
+F: configs/orangepi_zero3_defconfig
+
ORANGEPI PC 2 BOARD
M: Andre Przywara <[email protected]>
S: Maintained