* [GIT PULL] RISC-V SpacemiT Devicetrees for v7.2
@ 2026-06-02 7:10 Yixun Lan
2026-06-09 12:00 ` Krzysztof Kozlowski
0 siblings, 1 reply; 3+ messages in thread
From: Yixun Lan @ 2026-06-02 7:10 UTC (permalink / raw)
To: soc
Cc: Yixun Lan, Arnd Bergmann, spacemit, linux-riscv, devicetree,
linux-kernel
Hi SoC Maintainers,
Please pull SpacemiT's DeviceTree changes for v7.2
Yixun Lan
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
https://github.com/spacemit-com/linux spacemit-dt-for-7.2-1
for you to fetch changes up to 793cc54475b49b5b558902b5c13e4bfe66530a50:
riscv: dts: spacemit: enable PMIC on OrangePi R2S (2026-06-01 06:32:42 +0000)
----------------------------------------------------------------
RISC-V SpacemiT DT changes for 7.2
For K3 SoC
- Add Ziccrse extension
- Add PWM support
- Add PDMA support
- Add USB2.0 support
- Add CoM260-IFX board
- Add DeepComputing FML13V05 board
- Fix I/O power of pinctrl
For K1 SoC
- Add Micro SD card support
- Add baudrate to console
- Add SPI support
- Enable thermal sensor
- Fix 32K clock
For boards of K1
- Milk-V Jupiter
- Enable eMMC
- MusePi-Pro
- Enable EEPROM/PCIe/QSPI/USB
- OrangePi R2S
- Enable PMIC/USB3
- OrangePi RV2
- Enable eMMC/I2C/PCIe/PMIC/QSPI/USB
----------------------------------------------------------------
Alex Elder (1):
riscv: dts: spacemit: define a SPI controller node
Andre Heider (6):
riscv: dts: spacemit: k1-musepi-pro: add PMIC and power infrastructure
riscv: dts: spacemit: k1-musepi-pro: add 24c02 eeprom
riscv: dts: spacemit: k1-musepi-pro: enable QSPI and add SPI NOR
riscv: dts: spacemit: k1-musepi-pro: enable USB 3 ports
riscv: dts: spacemit: k1-musepi-pro: enable PCIe ports
riscv: dts: spacemit: k1-musepi-pro: set default console baud rate
Aurelien Jarno (5):
riscv: dts: spacemit: set console baud rate on Milk-V Jupiter
riscv: dts: spacemit: sort aliases on Milk-V Jupiter
riscv: dts: spacemit: enable eMMC on Milk-V Jupiter
riscv: dts: spacemit: enable SD card support on Milk-V Jupiter
riscv: dts: spacemit: fix uboot partition offset on Milk-V Jupiter
Chukun Pan (4):
riscv: dts: spacemit: enable eMMC for OrangePi RV2
riscv: dts: spacemit: enable QSPI for OrangePi RV2
riscv: dts: spacemit: enable USB3 on OrangePi R2S
riscv: dts: spacemit: enable PMIC on OrangePi R2S
Conor Dooley (1):
dts: spacemit: set console baud rate on bpif3
Guodong Xu (1):
riscv: dts: spacemit: k3: Add Ziccrse extension for X100 cores
Han Gao (3):
riscv: dts: spacemit: Enable i2c8 adapter for OrangePi RV2
riscv: dts: spacemit: Define the P1 PMIC regulators for OrangePi RV2
riscv: dts: spacemit: Enable USB3.0/PCIe on OrangePi RV2
Iker Pedrosa (3):
riscv: dts: spacemit: k1: add SD card controller and pinctrl support
riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modes
riscv: dts: spacemit: k1-bananapi-f3: add SD card support with UHS modes
Sandie Cao (2):
dt-bindings: riscv: spacemit: add deepcomputing,fml13v05
riscv: dts: spacemit: add DeepComputing FML13V05 board device tree
Shuwei Wu (1):
riscv: dts: spacemit: Add thermal sensor for K1 SoC
Trevor Gamblin (1):
riscv: dts: spacemit: k1-musepi-pro: add SD card support with UHS modes
Troy Mitchell (1):
riscv: dts: spacemit: Add PDMA controller node for K3 SoC
Yixun Lan (6):
dts: riscv: spacemit: correct 32k clock frequency
riscv: dts: spacemit: k3: Add USB2.0 support
riscv: dts: spacemit: k3: Add pwm support
dt-bindings: riscv: spacemit: Add K3 CoM260-IFX board
riscv: dts: spacemit: k3: Initial support for CoM260-IFX board
dts: riscv: spacemit: k3: Fix I/O power settings
.../devicetree/bindings/riscv/spacemit.yaml | 6 +
arch/riscv/boot/dts/spacemit/Makefile | 2 +
arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 33 +-
arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts | 38 +-
arch/riscv/boot/dts/spacemit/k1-musepi-pro.dts | 329 ++++++++++-
arch/riscv/boot/dts/spacemit/k1-orangepi-r2s.dts | 157 ++++++
arch/riscv/boot/dts/spacemit/k1-orangepi-rv2.dts | 292 ++++++++++
arch/riscv/boot/dts/spacemit/k1-pinctrl.dtsi | 60 ++
arch/riscv/boot/dts/spacemit/k1.dtsi | 131 ++++-
arch/riscv/boot/dts/spacemit/k3-com260-ifx.dts | 21 +
arch/riscv/boot/dts/spacemit/k3-com260.dtsi | 190 +++++++
.../dts/spacemit/k3-deepcomputing-fml13v05.dts | 31 +
arch/riscv/boot/dts/spacemit/k3-pico-itx.dts | 24 +
arch/riscv/boot/dts/spacemit/k3-pinctrl.dtsi | 623 +++++++++++++++++++++
arch/riscv/boot/dts/spacemit/k3.dtsi | 281 +++++++++-
15 files changed, 2200 insertions(+), 18 deletions(-)
create mode 100644 arch/riscv/boot/dts/spacemit/k3-com260-ifx.dts
create mode 100644 arch/riscv/boot/dts/spacemit/k3-com260.dtsi
create mode 100644 arch/riscv/boot/dts/spacemit/k3-deepcomputing-fml13v05.dts
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL] RISC-V SpacemiT Devicetrees for v7.2
2026-06-02 7:10 [GIT PULL] RISC-V SpacemiT Devicetrees for v7.2 Yixun Lan
@ 2026-06-09 12:00 ` Krzysztof Kozlowski
2026-06-09 13:25 ` Yixun Lan
0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-09 12:00 UTC (permalink / raw)
To: Yixun Lan
Cc: soc, Arnd Bergmann, spacemit, linux-riscv, devicetree,
linux-kernel
On Tue, Jun 02, 2026 at 07:10:07AM +0000, Yixun Lan wrote:
> Hi SoC Maintainers,
>
> Please pull SpacemiT's DeviceTree changes for v7.2
>
> Yixun Lan
>
> The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
>
> Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
>
> are available in the Git repository at:
>
> https://github.com/spacemit-com/linux spacemit-dt-for-7.2-1
Please switch to kernel.org repo. Github is not really a trusted place
and you have kernel.org account, so not sure why Github is still there.
>
> for you to fetch changes up to 793cc54475b49b5b558902b5c13e4bfe66530a50:
>
> riscv: dts: spacemit: enable PMIC on OrangePi R2S (2026-06-01 06:32:42 +0000)
>
> ----------------------------------------------------------------
> RISC-V SpacemiT DT changes for 7.2
Thanks, applied
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] RISC-V SpacemiT Devicetrees for v7.2
2026-06-09 12:00 ` Krzysztof Kozlowski
@ 2026-06-09 13:25 ` Yixun Lan
0 siblings, 0 replies; 3+ messages in thread
From: Yixun Lan @ 2026-06-09 13:25 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: soc, Arnd Bergmann, spacemit, linux-riscv, devicetree,
linux-kernel
Hi Krzysztof,
On 14:00 Tue 09 Jun , Krzysztof Kozlowski wrote:
> On Tue, Jun 02, 2026 at 07:10:07AM +0000, Yixun Lan wrote:
> > Hi SoC Maintainers,
> >
> > Please pull SpacemiT's DeviceTree changes for v7.2
> >
> > Yixun Lan
> >
> > The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
> >
> > Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
> >
> > are available in the Git repository at:
> >
> > https://github.com/spacemit-com/linux spacemit-dt-for-7.2-1
>
> Please switch to kernel.org repo. Github is not really a trusted place
> and you have kernel.org account, so not sure why Github is still there.
>
Ok, thanks for the reminder, I could do the switch in next merge window
For reason why I still use Github, mainly because I got kernel.org account
after taking the maintainer role, then never change the repo address..
> >
> > for you to fetch changes up to 793cc54475b49b5b558902b5c13e4bfe66530a50:
> >
> > riscv: dts: spacemit: enable PMIC on OrangePi R2S (2026-06-01 06:32:42 +0000)
> >
> > ----------------------------------------------------------------
> > RISC-V SpacemiT DT changes for 7.2
>
> Thanks, applied
>
Thank you!
--
Yixun Lan (dlan)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-09 13:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-02 7:10 [GIT PULL] RISC-V SpacemiT Devicetrees for v7.2 Yixun Lan
2026-06-09 12:00 ` Krzysztof Kozlowski
2026-06-09 13:25 ` Yixun Lan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox