diff mbox series

[meta-rockchip,v3] rock-pi-4b-plus: add

Message ID 20251028134734.974027-1-contact@schnwalter.eu
State New
Headers show
Series [meta-rockchip,v3] rock-pi-4b-plus: add | expand

Commit Message

Walter Werner SCHNEIDER Oct. 28, 2025, 1:45 p.m. UTC
The Radxa ROCK (Pi) 4B+ is a SBC with an overclocked RK3399 SoC (the OP1)
and it comes with WiFi5, BT5 and PoE Support.

Product Page:
https://radxa.com/products/rock4/4bp/

Documentation page:
https://docs.radxa.com/en/rock4/rock4ab-se

Specs:
- Rockchip OP1
- Dual-Core Arm Cortex-A72 @ 2.0GHz
- Quad-Core Arm Cortex-A53 @ 1.5GHz
- Arm Mali T860MP4 GPU
- OpenGL ES 1.1/2.0/3.0/3.1/3.2
- Vulkan 1.0
- OpenCL 1.1/1.2
- DirectX 11.1
- LPDDR4 RAM (2/4)
- Onboard eMMC (16/32/64/128 GB)
- 1x M.2 M-Key (4-lane PCIe 2.1) supports NVMe SSD
- 1x Micro SD Card Slot
- 1x HDMI
- 1x 4-lane MIPI DSI
- 1x 2-lane MIPI CSI
- IEEE 802.11 b/g/n/ac and Bluetooth 5.0 with BLE
- 1x Gigabit Ethernet with PoE support via an HAT
- 1x USB3 OTG/HOST port
- 1x USB3 HOST port
- 2x USB2 HOST ports
- 1x 4-ring 3.5mm Headphone Jack
- 40x GPIO, UART, SPI, I2C, PCM/I2S, SPDIF, PWM, ADC, 5V in and 3.3V out
- USB Type-C with PD and Quick Charge
- Dimensions: 85 mm x 56 mm

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu>
---
V2 -> V3: Updated README
V1 -> V2: Fixed name

 README                            | 1 +
 conf/machine/rock-pi-4b-plus.conf | 9 +++++++++
 2 files changed, 10 insertions(+)
 create mode 100644 conf/machine/rock-pi-4b-plus.conf

Comments

Trevor Woerner Oct. 29, 2025, 2:33 a.m. UTC | #1
On Tue 2025-10-28 @ 03:45:16 PM, Walter Werner SCHNEIDER via lists.yoctoproject.org wrote:
> The Radxa ROCK (Pi) 4B+ is a SBC with an overclocked RK3399 SoC (the OP1)
> and it comes with WiFi5, BT5 and PoE Support.
> 
> Product Page:
> https://radxa.com/products/rock4/4bp/
> 
> Documentation page:
> https://docs.radxa.com/en/rock4/rock4ab-se
> 
> Specs:
> - Rockchip OP1
> - Dual-Core Arm Cortex-A72 @ 2.0GHz
> - Quad-Core Arm Cortex-A53 @ 1.5GHz
> - Arm Mali T860MP4 GPU
> - OpenGL ES 1.1/2.0/3.0/3.1/3.2
> - Vulkan 1.0
> - OpenCL 1.1/1.2
> - DirectX 11.1
> - LPDDR4 RAM (2/4)
> - Onboard eMMC (16/32/64/128 GB)
> - 1x M.2 M-Key (4-lane PCIe 2.1) supports NVMe SSD
> - 1x Micro SD Card Slot
> - 1x HDMI
> - 1x 4-lane MIPI DSI
> - 1x 2-lane MIPI CSI
> - IEEE 802.11 b/g/n/ac and Bluetooth 5.0 with BLE
> - 1x Gigabit Ethernet with PoE support via an HAT
> - 1x USB3 OTG/HOST port
> - 1x USB3 HOST port
> - 2x USB2 HOST ports
> - 1x 4-ring 3.5mm Headphone Jack
> - 40x GPIO, UART, SPI, I2C, PCM/I2S, SPDIF, PWM, ADC, 5V in and 3.3V out
> - USB Type-C with PD and Quick Charge
> - Dimensions: 85 mm x 56 mm
> 
> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
> Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu>
> ---
> V2 -> V3: Updated README
> V1 -> V2: Fixed name
> 
>  README                            | 1 +
>  conf/machine/rock-pi-4b-plus.conf | 9 +++++++++
>  2 files changed, 10 insertions(+)
>  create mode 100644 conf/machine/rock-pi-4b-plus.conf

Applied to meta-rockchip, master branch.
Thanks!
diff mbox series

Patch

diff --git a/README b/README
index 2cd33a5..f55f750 100644
--- a/README
+++ b/README
@@ -42,6 +42,7 @@  Status of supported boards:
 			rock-5b
 			rock-pi-4a
 			rock-pi-4b
+			rock-pi-4b-plus
 			rock-pi-4c
 			rock-pi-e
 			rock-pi-s
diff --git a/conf/machine/rock-pi-4b-plus.conf b/conf/machine/rock-pi-4b-plus.conf
new file mode 100644
index 0000000..2749c60
--- /dev/null
+++ b/conf/machine/rock-pi-4b-plus.conf
@@ -0,0 +1,9 @@ 
+#@TYPE: Machine
+#@NAME: Radxa Rock 4B+ OP1
+#@DESCRIPTION: An OP1 SBC with Wi-Fi 5 & BT 5 and PoE Support.
+#https://docs.radxa.com/en/rock4/rock4ab-se
+
+require conf/machine/include/rock-pi-4.inc
+
+KERNEL_DEVICETREE = "rockchip/rk3399-rock-pi-4b-plus.dtb"
+UBOOT_MACHINE = "rock-pi-4-rk3399_defconfig"