[PATCH v2 0/3] Add support for ArmSoM LM7 SoM
Jianfeng Liu
liujianfeng1994 at gmail.com
Sat Sep 21 11:28:52 PDT 2024
This series add support for ArmSoM RK3588 based SoM and carrier board.
Devicetree is split into .dtsi (LM7 SoM) and .dts (W3 Board).
Info of SoM and carrier board can be found at:
https://docs.armsom.org/armsom-lm7
https://docs.armsom.org/armsom-w3
Changes in v2:
- Change name of led nodes to fix underscores in node names.
- Remove property "pinctrl-names" and "pinctrl-0" from pcie2x1l0,
pcie2x1l2 and pcie3x4. PCIE works fine without these properties.
- Link to v1: https://lore.kernel.org/all/20240918165008.169917-1-liujianfeng1994@gmail.com/
Jianfeng Liu (3):
dt-bindings: arm: rockchip: Add ArmSoM LM7 SoM
arm64: dts: rockchip: Add ArmSoM LM7 SoM
arm64: dts: rockchip: Add ArmSoM W3 board
.../devicetree/bindings/arm/rockchip.yaml | 7 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../boot/dts/rockchip/rk3588-armsom-lm7.dtsi | 459 ++++++++++++++++++
.../boot/dts/rockchip/rk3588-armsom-w3.dts | 390 +++++++++++++++
4 files changed, 857 insertions(+)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-armsom-lm7.dtsi
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-armsom-w3.dts
--
2.43.0
More information about the Linux-rockchip
mailing list