Hello, This patch-set adds a minimal support for the Milk-V Jupiter board. which is a Mini ITX computer based on the SpacemiT K1/M1 RISC-V SoC. The DTS is very basic but at least allows to boot into a serial console and get UART output, similar to what exists for other K1 based boards such as the BananaPi BPI-F3. Patch #1 just adds the compatible string for the Milk-V Jupiter to the SpacemiT bindings and patch #2 adds the minimal DTS for this computer. Best regards, Javier Javier Martinez Canillas (2): dt-bindings: riscv: spacemit: Add Milk-V Jupiter board compatible riscv: dts: spacemit: Add Milk-V Jupiter board device tree .../devicetree/bindings/riscv/spacemit.yaml | 1 + arch/riscv/boot/dts/spacemit/Makefile | 1 + .../boot/dts/spacemit/k1-milkv-jupiter.dts | 27 +++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts -- 2.48.1