git: ef4489657d - main - Status/2026Q2/bananapi-r64-r2-pro-drivers.adoc: Add report

Lorenzo Salvadore <[email protected]> Mon, 20 Jul 2026 12:00:00 +0000
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/doc/commit/?id=ef4489657da230e5f9df621b78c15abfdf5de70c

commit ef4489657da230e5f9df621b78c15abfdf5de70c
Author:     Martin Filla <[email protected]>
AuthorDate: 2026-06-13 19:51:59 +0000
Commit:     Lorenzo Salvadore <[email protected]>
CommitDate: 2026-07-20 11:59:31 +0000

    Status/2026Q2/bananapi-r64-r2-pro-drivers.adoc: Add report
    
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/683
---
 .../bananapi-r64-r2-pro-drivers.adoc               | 74 ++++++++++++++++++++++
 1 file changed, 74 insertions(+)

diff --git a/website/content/en/status/report-2026-04-2026-06/bananapi-r64-r2-pro-drivers.adoc b/website/content/en/status/report-2026-04-2026-06/bananapi-r64-r2-pro-drivers.adoc
new file mode 100644
index 0000000000..3ec7d9be8e
--- /dev/null
+++ b/website/content/en/status/report-2026-04-2026-06/bananapi-r64-r2-pro-drivers.adoc
@@ -0,0 +1,74 @@
+=== FreeBSD Driver Development for BananaPi-R64/R2-PRO
+
+Links: +
+link:https://wiki.freebsd.org/arm/Bananapi[Wiki] URL: link:https://wiki.freebsd.org/arm/Bananapi[]
+
+Contact: Martin Filla <[email protected]>
+
+Contributors are welcome.
+If you are interested in helping with this project, testing the current
+implementation, or contributing code, please contact me.
+
+==== R64 Introduction
+
+The Banana Pi R64 is a MediaTek MT7622-based development board (ARM Cortex-A53, dual-core ~1.35 GHz) featuring 4× Gigabit LAN, 1× Gigabit WAN, Wi-Fi (4×4n), Bluetooth 5.0, and multiple peripheral interfaces (UART, SPI, I²C, GPIO, SATA, mini-PCIe, eMMC, etc.).
+
+==== Current State of FreeBSD Support R64
+
+Implemented so far:
+
+- **UART driver**
+- **Clock management (clocks)**
+- **Pinctrl**
+- **Storage controllers (eMMC/SD/MMC) driver**
+- **Ethernet Switch mt7531 driver**
+- **Ethernet mt7622 driver**
+- **XHCI driver**
+- **Watchdog driver**
+- **RTC driver**
+- **RNG driver**
+- **Pciecfg driver**
+- **SysIRQ driver**
+- **USB3**
+- **T-PHY**
+
+==== Development roadmap R64
+
+Implement missing drivers:
+
+- SATA / AHCI
+- Wi-Fi (likely MediaTek MT7615)
+- GPIO subsystems
+- I2C
+- SPI
+- PWM
+- PCIE
+
+==== R2-PRO Introduction
+
+The Banana Pi BPI-R2 Pro is the next generation smart router development board.
+It is powered by Rockchip RK 3568 processor.
+Onboard 2GB LPDDR4 memory and 16GB eMMC storage, and supports 2 USB 3.0 interface, 5 gigabit network port.
+M.2 key-E and mini PCIe interface, 2 mipi DSI interface (one can change to LVDS by software), 1 CSI camera interface, 1 HDMI output.
+
+==== Current State of FreeBSD Support R2-PRO
+
+Implemented so far:
+
+- **UART driver**
+- **Clock management (clocks)**
+- **Pinctrl**
+- **GPIO**
+- **Storage controllers (eMMC/SD/MMC) driver**
+- **XHCI driver**
+- **Watchdog driver**
+- **PCIE driver**
+
+==== Development roadmap R2-PRO
+
+Implement missing drivers:
+
+- HDMI
+- MIPI
+- USB3
+- SATA
\ No newline at end of file