[PATCH v2 0/6] riscv: dts: spacemit: enable more devices on Milk-V Jupiter

Aurelien Jarno posted 6 patches 6 days, 22 hours ago
.../boot/dts/spacemit/k1-milkv-jupiter.dts    | 188 +++++++++++++++++-
1 file changed, 187 insertions(+), 1 deletion(-)
[PATCH v2 0/6] riscv: dts: spacemit: enable more devices on Milk-V Jupiter
Posted by Aurelien Jarno 6 days, 22 hours ago
This patchset improves support of the Milk-V Jupiter board by enabling
more devices. Most notably the NOR flash (useful for upgrading the
bootloader), the USB 3 ports and the PCIe ports.

It was inspired by the Banana Pi F3 device tree file. It is based
against the k1/dt-for-next branch and does not have any other
dependency.


Changes between version 1 and version 2:
 - Collect Reviewed-by:
 - Remove bootph-pre-ram property from SPI NOR flash
 - Mention that the fast read opcodes is marked as supported in the SPI NOR flash datasheet
 - Fix typo in the description of patch 6

Version 1 of this series is available here:
  https://lore.kernel.org/lkml/20260322203356.2206927-1-aurelien@aurel32.net


Aurelien Jarno (6):
  riscv: dts: spacemit: add LEDs for Milk-V Jupiter board
  riscv: dts: spacemit: add 24c04 eeprom on Milk-V Jupiter
  riscv: dts: spacemit: add i2c aliases on Milk-V Jupiter
  riscv: dts: spacemit: enable QSPI and add SPI NOR on Milk-V Jupiter
  riscv: dts: spacemit: enable USB 3 ports on Milk-V Jupiter
  riscv: dts: spacemit: enable PCIe ports on Milk-V Jupiter

 .../boot/dts/spacemit/k1-milkv-jupiter.dts    | 188 +++++++++++++++++-
 1 file changed, 187 insertions(+), 1 deletion(-)

-- 
2.51.0
Re: [PATCH v2 0/6] riscv: dts: spacemit: enable more devices on Milk-V Jupiter
Posted by Yixun Lan 6 days, 5 hours ago
On Thu, 26 Mar 2026 19:35:28 +0100, Aurelien Jarno wrote:
> This patchset improves support of the Milk-V Jupiter board by enabling
> more devices. Most notably the NOR flash (useful for upgrading the
> bootloader), the USB 3 ports and the PCIe ports.
> 
> It was inspired by the Banana Pi F3 device tree file. It is based
> against the k1/dt-for-next branch and does not have any other
> dependency.
> 
> [...]

Applied, thanks!

[1/6] riscv: dts: spacemit: add LEDs for Milk-V Jupiter board
      https://github.com/spacemit-com/linux/commit/334e64abacd3df4005de80b082d0dbf02b453c76
[2/6] riscv: dts: spacemit: add 24c04 eeprom on Milk-V Jupiter
      https://github.com/spacemit-com/linux/commit/77156216f1d0f57e1cfce3452410db20468edca4
[3/6] riscv: dts: spacemit: add i2c aliases on Milk-V Jupiter
      https://github.com/spacemit-com/linux/commit/7af5edec73d5d69618541f91600adeb6f35b7d17
[4/6] riscv: dts: spacemit: enable QSPI and add SPI NOR on Milk-V Jupiter
      https://github.com/spacemit-com/linux/commit/2829823956f0f590f5c6b4eafed2dab7a96f69b3
[5/6] riscv: dts: spacemit: enable USB 3 ports on Milk-V Jupiter
      https://github.com/spacemit-com/linux/commit/dce01d8585a22f708b5f1eb621cacd9878258ac8
[6/6] riscv: dts: spacemit: enable PCIe ports on Milk-V Jupiter
      https://github.com/spacemit-com/linux/commit/2b8bd26bbfcdeb1a06127dcd8f9101080133f2a1

Best regards,
-- 
Yixun Lan <dlan@kernel.org>
Re: [PATCH v2 0/6] riscv: dts: spacemit: enable more devices on Milk-V Jupiter
Posted by Yixun Lan 6 days, 15 hours ago
Hi Aurelien,

On 19:35 Thu 26 Mar     , Aurelien Jarno wrote:
> This patchset improves support of the Milk-V Jupiter board by enabling
> more devices. Most notably the NOR flash (useful for upgrading the
> bootloader), the USB 3 ports and the PCIe ports.
> 
> It was inspired by the Banana Pi F3 device tree file. It is based
> against the k1/dt-for-next branch and does not have any other
> dependency.
> 
> 
> Changes between version 1 and version 2:
>  - Collect Reviewed-by:
>  - Remove bootph-pre-ram property from SPI NOR flash
>  - Mention that the fast read opcodes is marked as supported in the SPI NOR flash datasheet
>  - Fix typo in the description of patch 6
> 
> Version 1 of this series is available here:
>   https://lore.kernel.org/lkml/20260322203356.2206927-1-aurelien@aurel32.net
> 
> 
> Aurelien Jarno (6):
>   riscv: dts: spacemit: add LEDs for Milk-V Jupiter board
>   riscv: dts: spacemit: add 24c04 eeprom on Milk-V Jupiter
>   riscv: dts: spacemit: add i2c aliases on Milk-V Jupiter
>   riscv: dts: spacemit: enable QSPI and add SPI NOR on Milk-V Jupiter
>   riscv: dts: spacemit: enable USB 3 ports on Milk-V Jupiter
>   riscv: dts: spacemit: enable PCIe ports on Milk-V Jupiter

For the series

Reviewed-by: Yixun Lan <dlan@kernel.org>

-- 
Yixun Lan (dlan)