All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip] [PATCH v2] rock-4c-plus: add
@ 2024-01-20  9:30 Stephen Chen
  2024-01-21  2:42 ` Trevor Woerner
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Chen @ 2024-01-20  9:30 UTC (permalink / raw)
  To: yocto; +Cc: twoerner, Stephen Chen

ROCK 4C Plus is a Rockchip RK3399-T based SBC from Radxa.

Specs:
- RaspberryPi 4 form factor
- 64bit LPDDR4
- eMMC
- Micro SD
- SPI Nor Flash
- Two Micro-HDMI (HDMI 4K and HDMI 2K)
- 4-lane MIPI DSI
- MIPI CSI
- GbE LAN with Power over Ethernet (PoE) support
- Wi-Fi 5 and BT5.0 wireless module
- 3.5mm headphone jack
- Four USB ports (two USB2.0 and two USB3.0)
- RTC
- LEDs
- Power button
- Pwm fan
- 40-pin color expansion header

Signed-off-by: Stephen Chen <stephen@radxa.com>
---
 README                                      |  1 +
 conf/machine/rock-4c-plus.conf              | 10 ++++++++++
 recipes-kernel/linux/linux-yocto_%.bbappend |  1 +
 3 files changed, 12 insertions(+)
 create mode 100644 conf/machine/rock-4c-plus.conf

diff --git a/README b/README
index 80ba592..c3b514f 100644
--- a/README
+++ b/README
@@ -37,6 +37,7 @@ Status of supported boards:
 		rock-5a
 		roc-rk3328-cc
 		roc-rk3308-cc
+		rock-4c-plus
 	builds:
 		marsboard-rk3066
 		radxarock
diff --git a/conf/machine/rock-4c-plus.conf b/conf/machine/rock-4c-plus.conf
new file mode 100644
index 0000000..fec4167
--- /dev/null
+++ b/conf/machine/rock-4c-plus.conf
@@ -0,0 +1,10 @@
+#@TYPE: Machine
+#@NAME: ROCK 4C Plus
+#@DESCRIPTION: ROCK 4C Plus based on Rockchip RK3399-T Processor is designed by Radxa.
+#https://wiki.radxa.com/Rock4/4cplus
+#https://docs.radxa.com/en/rock4/rock4c+
+
+require conf/machine/include/rock-pi-4.inc
+
+KERNEL_DEVICETREE = "rockchip/rk3399-rock-4c-plus.dtb"
+UBOOT_MACHINE = "rock-4c-plus-rk3399_defconfig"
diff --git a/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend
index a922330..f5e81f1 100644
--- a/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -18,6 +18,7 @@ COMPATIBLE_MACHINE:nanopi-m4b = "nanopi-m4b"
 COMPATIBLE_MACHINE:rock-pi-s = "rock-pi-s"
 COMPATIBLE_MACHINE:roc-rk3328-cc = "roc-rk3328-cc"
 COMPATIBLE_MACHINE:roc-rk3308-cc = "roc-rk3308-cc"
+COMPATIBLE_MACHINE:rock-4c-plus = "rock-4c-plus"
 
 SRC_URI:append = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
 SRC_URI:append:nanopi-r4s = " file://nanopi-r4s.scc"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-rockchip] [PATCH v2] rock-4c-plus: add
  2024-01-20  9:30 [meta-rockchip] [PATCH v2] rock-4c-plus: add Stephen Chen
@ 2024-01-21  2:42 ` Trevor Woerner
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2024-01-21  2:42 UTC (permalink / raw)
  To: Stephen Chen; +Cc: yocto

On Sat 2024-01-20 @ 05:30:38 PM, Stephen Chen wrote:
> ROCK 4C Plus is a Rockchip RK3399-T based SBC from Radxa.
> 
> Specs:
> - RaspberryPi 4 form factor
> - 64bit LPDDR4
> - eMMC
> - Micro SD
> - SPI Nor Flash
> - Two Micro-HDMI (HDMI 4K and HDMI 2K)
> - 4-lane MIPI DSI
> - MIPI CSI
> - GbE LAN with Power over Ethernet (PoE) support
> - Wi-Fi 5 and BT5.0 wireless module
> - 3.5mm headphone jack
> - Four USB ports (two USB2.0 and two USB3.0)
> - RTC
> - LEDs
> - Power button
> - Pwm fan
> - 40-pin color expansion header
> 
> Signed-off-by: Stephen Chen <stephen@radxa.com>
> ---
>  README                                      |  1 +
>  conf/machine/rock-4c-plus.conf              | 10 ++++++++++
>  recipes-kernel/linux/linux-yocto_%.bbappend |  1 +
>  3 files changed, 12 insertions(+)
>  create mode 100644 conf/machine/rock-4c-plus.conf

Applied to meta-rockchip, master branch.
Thanks!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-21  2:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-20  9:30 [meta-rockchip] [PATCH v2] rock-4c-plus: add Stephen Chen
2024-01-21  2:42 ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.