From: Pufan Jin <2254650260@qq.com>
To: Heiko Stuebner <heiko@sntech.de>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: Andrew Lunn <andrew@lunn.ch>,
linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] Add support for EmbedFire LubanCat 4 board
Date: Fri, 17 Jul 2026 00:36:30 +0800 [thread overview]
Message-ID: <tencent_BF0C040955E894BCDDCF0A9C8169306DC70A@qq.com> (raw)
In-Reply-To: <20260705135014.1004166-1-2254650260@qq.com>
The LubanCat 4 is a single board computer from EmbedFire based on the
Rockchip RK3588S SoC.
This series adds a device tree binding compatible and a board DTS
covering the peripherals needed to boot into a userspace from eMMC or
SD card with networking:
- UART2 debug console
- RK806 SPI PMIC with the full regulator tree, and RK8602/RK8603
fan53555-family supplies for the big CPU cluster and NPU
- eMMC (HS400 enhanced strobe) and SD card (UHS SDR104)
- GMAC1 with RGMII PHY on MDIO1 (Realtek RTL8211F, described via
the generic clause-22 compatible)
- HDMI0 output through hdptxphy0 and VOP2
- PCIe 2.0 x1 (mini PCIe slot) via combphy0_ps
- USB 2.0 host ports and one USB 3.0 host port
- HYM8563 RTC on I2C0
- On-board heartbeat LED and PWM fan header
Peripherals that require drivers or bindings not yet in mainline
(ES8388 audio codec, FUSB302-based USB-C, MIPI-CSI, NPU/VDEC/VENC,
DSI panels, IR receiver) are deliberately left out and can be added
in follow-up series.
The board has been tested on hardware: it boots to userspace over the
serial console from both eMMC and SD card, and Ethernet on GMAC1
negotiates 1000Mbps/Full duplex with phy-mode = "rgmii".
Changes since v1:
- Use real name in From/Signed-off-by/Copyright (Conor Dooley)
- Correct PHY identification: board revision 20241026 uses Realtek
RTL8211F, not JLSemi JL21xx as stated in v1
- Change phy-mode from "rgmii-rxid" to "rgmii": the PCB provides
~2ns of trace delay on both TXC and RXC, so neither the MAC nor
the PHY should add internal delay (Andrew Lunn)
- Drop tx_delay property
- Add comment explaining why "rgmii" is correct here (Andrew Lunn)
Pufan Jin (2):
dt-bindings: arm: rockchip: Add EmbedFire LubanCat 4 board
arm64: dts: rockchip: Add EmbedFire LubanCat 4 board
.../devicetree/bindings/arm/rockchip.yaml | 5 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../boot/dts/rockchip/rk3588s-lubancat-4.dts | 786 ++++++++++++++++++
3 files changed, 792 insertions(+)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-lubancat-4.dts
base-commit: b143af2d0da7b01f82f8ea795a0623effab394e7
--
2.55.0
next prev parent reply other threads:[~2026-07-16 16:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260705135014.1004166-1-2254650260@qq.com>
2026-07-05 13:50 ` [PATCH 1/2] dt-bindings: arm: rockchip: Add EmbedFire LubanCat 4 board LemonFan-maker
2026-07-05 14:37 ` Conor Dooley
2026-07-05 14:38 ` Conor Dooley
2026-07-06 21:24 ` Pufan Jin
2026-07-07 16:02 ` Conor Dooley
2026-07-05 13:50 ` [PATCH 2/2] arm64: dts: " LemonFan-maker
2026-07-05 15:11 ` Andrew Lunn
2026-07-06 21:20 ` Pufan Jin
2026-07-06 21:34 ` Andrew Lunn
2026-07-16 16:36 ` Pufan Jin [this message]
2026-07-16 16:36 ` [PATCH v2 1/2] dt-bindings: arm: " Pufan Jin
2026-07-29 17:39 ` Heiko Stuebner
2026-07-16 16:36 ` [PATCH v2 2/2] arm64: dts: " Pufan Jin
2026-07-16 17:29 ` Andrew Lunn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tencent_BF0C040955E894BCDDCF0A9C8169306DC70A@qq.com \
--to=2254650260@qq.com \
--cc=andrew@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox