[PATCH v5 0/2] Add device tree for ASRock Rack ALTRAD8 BMC

Rebecca Cran posted 2 patches 2 days, 8 hours ago
Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml |   1 +
arch/arm/boot/dts/aspeed/Makefile                        |   1 +
arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-altrad8.dts   | 624 ++++++++++++++++++++
3 files changed, 626 insertions(+)
create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-altrad8.dts
[PATCH v5 0/2] Add device tree for ASRock Rack ALTRAD8 BMC
Posted by Rebecca Cran 2 days, 8 hours ago
The ASRock Rack ALTRAD8 BMC is an Aspeed AST2500-based BMC for the
ALTRAD8UD-1L2T and ALTRAD8UD2-1L2Q boards with an Ampere Altra
processor. The BMC runs OpenBMC.

These patches add a device tree and binding for the BMC.

**Changes between v4 and v5**

- Removed the uartx-mode1 GPIOs, which were wrong.
- Fixed button-power-n GPIO name.
- Removed backslash from end of line, which isn't needed.
- Removed duplicate/wrong bmc heartbeat GPIO.

**Testing**

Ran `make ARCH=arm CHECK_DTBS=y aspeed/aspeed-bmc-asrock-altrad8.dtb`.


Rebecca Cran (2):
  dt-bindings: arm: aspeed: add ASRock Rack ALTRAD8 board
  ARM: dts: aspeed: add device tree for ASRock Rack ALTRAD8 BMC

 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml |   1 +
 arch/arm/boot/dts/aspeed/Makefile                        |   1 +
 arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-altrad8.dts   | 624 ++++++++++++++++++++
 3 files changed, 626 insertions(+)
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-altrad8.dts

-- 
2.47.3
Re: [PATCH v5 0/2] Add device tree for ASRock Rack ALTRAD8 BMC
Posted by Tan Siewert 2 days, 7 hours ago
On 11.12.25 17:56, Rebecca Cran wrote:
> The ASRock Rack ALTRAD8 BMC is an Aspeed AST2500-based BMC for the
> ALTRAD8UD-1L2T and ALTRAD8UD2-1L2Q boards with an Ampere Altra
> processor. The BMC runs OpenBMC.
> 
> These patches add a device tree and binding for the BMC.
> 
> **Changes between v4 and v5**
> 
> - Removed the uartx-mode1 GPIOs, which were wrong.
> - Fixed button-power-n GPIO name.
> - Removed backslash from end of line, which isn't needed.
> - Removed duplicate/wrong bmc heartbeat GPIO.
> 
> **Testing**
> 
> Ran `make ARCH=arm CHECK_DTBS=y aspeed/aspeed-bmc-asrock-altrad8.dtb`.
> 
> 
> Rebecca Cran (2):
>    dt-bindings: arm: aspeed: add ASRock Rack ALTRAD8 board
>    ARM: dts: aspeed: add device tree for ASRock Rack ALTRAD8 BMC
> 
>   Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml |   1 +
>   arch/arm/boot/dts/aspeed/Makefile                        |   1 +
>   arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-altrad8.dts   | 624 ++++++++++++++++++++
>   3 files changed, 626 insertions(+)
>   create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-altrad8.dts
> 

For the series,

Tested-by: Tan Siewert <tan.siewert@hetzner.com>
Reviewed-by: Tan Siewert <tan.siewert@hetzner.com>

Many thanks, Rebecca!

-- Tan