[PATCH 0/2] arm64: dts: rockchip: Add LubanCat 5IO board
Cunhao Lu <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
This series adds dt-bindings and initial device tree for the LubanCat 5IO. The EmbedFire LubanCat 5 is an RK3588-based BTB core board. The LubanCat 5IO is its carrier board. The following features were tested: - eMMC and microSD storage - 2x RTL8211F Gigabit Ethernet - 2x HDMI output and 1x HDMI input - 1x M.2 M-Key slot with Intel 760P - 1x M.2 E-Key slot with Intel AX210 - 1x Mini PCIe slot with Quectel EC200A (4G modem via USB2.0) - 2x CAN-FD interfaces (CAN1 and CAN2) - 2x UARTs (UART4 and UART7) - 4x USB Type-A ports - 1x USB 3.0 Type-C port with DisplayPort Alt Mode - HYM8563 RTC - PWM-controlled fan This series requires the following patch to provide the RK3588 CAN-FD controller nodes: [PATCH v6 3/4] arm64: dts: rockchip: add CAN-FD nodes for RK3588 https://lore.kernel.org/linux-can/[email protected]/ Signed-off-by: Cunhao Lu <[email protected]> --- Cunhao Lu (2): dt-bindings: arm: rockchip: Add LubanCat 5IO board arm64: dts: rockchip: Add LubanCat 5IO board .../devicetree/bindings/arm/rockchip.yaml | 7 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3588-lubancat-5-btb.dtsi | 548 ++++++++++ .../boot/dts/rockchip/rk3588-lubancat-5io.dts | 1062 ++++++++++++++++++++ 4 files changed, 1618 insertions(+) --- base-commit: 2709dd5ae32f0828f386327c76bba9f39f63a1c6 change-id: 20260823-add-lubancat-5io-00fc56e8bea7 Best regards, -- Cunhao Lu <[email protected]>