[PATCH v2 0/2] Add support for Vicharak Vaaman board
From: Hrushiraj Gandhi
Date: Sat Jul 18 2026 - 02:59:15 EST
This series adds initial support for the Vicharak Vaaman, an RK3399-based
single-board computer.
Patch 1 documents the "vicharak,vaaman" compatible string in the Rockchip
arm bindings.
Patch 2 adds the board devicetree, enabling the RK808 PMIC with
SYR827/SYR828 CPU-big/GPU regulators, Mali GPU, Gigabit Ethernet,
eMMC, microSD, SARADC/TSADC, and UART2 console.
The vendor prefix 'vicharak' was previously accepted via:
https://lkml.org/lkml/2026/6/24/929
Changes in v2:
- Fix fixed-regulator node naming to use 'regulator-[voltage]' prefix
consistently throughout
Hrushiraj Gandhi (2):
dt-bindings: arm: rockchip: Add Vicharak Vaaman board
arm64: dts: rockchip: Add Vicharak Vaaman board
.../devicetree/bindings/arm/rockchip.yaml | 5 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../dts/rockchip/rk3399-vicharak-vaaman.dts | 438 ++++++++++++++++++
3 files changed, 444 insertions(+)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-vicharak-vaaman.dts
--
2.47.3