devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] Introduce ASPEED AST2700 BMC SoC
@ 2025-09-01  3:13 Ryan Chen
  2025-09-01  3:13 ` [PATCH v5 1/5] dt-bindings: arm: aspeed: Add AST2700 board compatible Ryan Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ryan Chen @ 2025-09-01  3:13 UTC (permalink / raw)
  To: ryan_chen, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Joel Stanley, Andrew Jeffery, Catalin Marinas, Will Deacon,
	Arnd Bergmann, Bjorn Andersson, Geert Uytterhoeven,
	Nishanth Menon, nfraprado, Taniya Das, Lad Prabhakar,
	Kuninori Morimoto, Eric Biggers, devicetree, linux-arm-kernel,
	linux-aspeed, linux-kernel, soc, Mo Elbadry, Rom Lemarchand,
	William Kennington, Yuxiao Zhang, wthai, leohu, dkodihalli,
	spuranik

This introduces initial support for the Aspeed AST2700 SoC and the AST2700
Evaluation Board (EVB) to the Linux kernel. The AST27XX is the 8th
generation Baseboard Management Controller (BMC) SoC from Aspeed,
featuring improved performance, enhanced security, and expanded I/O
capabilities compared to previous generations.

AST27XX SOC Family
 - https://www.aspeedtech.com/server_ast2700/
 - https://www.aspeedtech.com/server_ast2720/
 - https://www.aspeedtech.com/server_ast2750/

Bindings Dependencies:
- intc-ic: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-intc.yaml
- scu/silicon-id: Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml
- gpio: Documentation/devicetree/bindings/gpio/aspeed,ast2400-gpio.yaml
- mdio: Documentation/devicetree/bindings/net/aspeed,ast2600-mdio.yaml

v5:
- modify ast27XX 7th generation description to 8th generation.
- aspeed.yaml
 - modify missing blank line.
- Kconfig.platforms
 - modify ast27XX 7th generation to 8th generation.

v4:
- make CHECK_DTBS=y arch/arm64/boot/dts/aspeed/ fix.
- modify commit message remove itemlize.
- remove modify aspeed,ast2700-intc.yaml patch.
- aspeed.yaml
 - Add AST2700 board compatible.
- aspeed-g7.dtsi
 - modify all size-cells from 1 to 2.
 - add serial aliases, gpio, mdio, uart0 ~ 14.
 - add firmware for optee, reserved memory for atf and optee.
 - modify cpu@0 to cpu0: cpu@0.
 - fix intc-ic for yaml dependency.
- ast2700-evb.dts
 - update stdout-path = "serial12:115200n8";

v3:
- https://lore.kernel.org/all/20241212155237.848336-1-kevin_chen@aspeedtech.com/
- Split clk and reset driver to other commits, which are in series of
  "Add support for AST2700 clk driver".
- For BMC console by UART12, add uart12 using ASPEED INTC architecture.

aspeed,ast2700-intc.yaml
- Add minItems to 1 to fix the warning by "make dtbs_check W=1".
- Add intc1 into example.

Kconfig.platforms
  - Remove MACH_ASPEED_G7.

Ryan Chen (5):
  dt-bindings: arm: aspeed: Add AST2700 board compatible
  arm64: Kconfig: Add Aspeed SoC family (ast27XX) Kconfig support
  arm64: dts: aspeed: Add initial AST2700 SoC device tree
  arm64: dts: aspeed: Add AST2700 Evaluation Board
  arm64: configs: Update defconfig for AST2700 platform support

 .../bindings/arm/aspeed/aspeed.yaml           |   6 +
 arch/arm64/Kconfig.platforms                  |   6 +
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/aspeed/Makefile           |   4 +
 arch/arm64/boot/dts/aspeed/aspeed-g7.dtsi     | 452 ++++++++++++++++++
 arch/arm64/boot/dts/aspeed/ast2700-evb.dts    |  22 +
 arch/arm64/configs/defconfig                  |   1 +
 7 files changed, 492 insertions(+)
 create mode 100644 arch/arm64/boot/dts/aspeed/Makefile
 create mode 100644 arch/arm64/boot/dts/aspeed/aspeed-g7.dtsi
 create mode 100644 arch/arm64/boot/dts/aspeed/ast2700-evb.dts

-- 
2.34.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-09-02 13:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-01  3:13 [PATCH v5 0/5] Introduce ASPEED AST2700 BMC SoC Ryan Chen
2025-09-01  3:13 ` [PATCH v5 1/5] dt-bindings: arm: aspeed: Add AST2700 board compatible Ryan Chen
2025-09-01  3:13 ` [PATCH v5 2/5] arm64: Kconfig: Add Aspeed SoC family (ast27XX) Kconfig support Ryan Chen
2025-09-01  3:13 ` [PATCH v5 3/5] arm64: dts: aspeed: Add initial AST2700 SoC device tree Ryan Chen
2025-09-01  3:13 ` [PATCH v5 4/5] arm64: dts: aspeed: Add AST2700 Evaluation Board Ryan Chen
2025-09-01  5:52   ` Krzysztof Kozlowski
2025-09-02  0:10     ` Ryan Chen
2025-09-01  3:13 ` [PATCH v5 5/5] arm64: configs: Update defconfig for AST2700 platform support Ryan Chen
2025-09-01  5:26   ` Krzysztof Kozlowski
2025-09-02 13:18 ` [PATCH v5 0/5] Introduce ASPEED AST2700 BMC SoC Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).