diff --git a/arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-ghana.dts b/arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-ghana.dts index 70dd2abceff0b1..a21b5c524fa61e 100755 --- a/arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-ghana.dts +++ b/arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-ghana.dts @@ -70,6 +70,23 @@ i2c135 = &p1_sec; i2c203 = &fan_board0; }; + + /* Alert_L associated with socket 0 */ + alertl_sock0 { + compatible = "apml-alertl"; + status = "okay"; + socket-num = /bits/ 8 <0>; + gpios = <<pi0_gpio 20 GPIO_ACTIVE_LOW>; + }; + + /* Alert_L associated with socket 1 */ + alertl_sock1 { + compatible = "apml-alertl"; + status = "okay"; + socket-num = /bits/ 8 <1>; + gpios = <<pi0_gpio 104 GPIO_ACTIVE_LOW>; + }; + }; &mdio0 {