From: Chanh Nguyen Date: Tue, 20 Jun 2023 09:25:35 +0000 (+0700) Subject: ARM: dts: aspeed: mtmitchell: Enable the BMC UART8 and UART9 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d50b1baf4f68cbb4326709361475391a4e550499;p=tomoyo%2Ftomoyo-test1.git ARM: dts: aspeed: mtmitchell: Enable the BMC UART8 and UART9 The BMC UART8 and UART9 were connected to the Secpro and Mpro console of socket S1 on the Mt.Mitchell system. Signed-off-by: Chanh Nguyen Link: https://lore.kernel.org/r/20230620092537.20007-2-chanh@os.amperecomputing.com Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts index 1e0e88465254..bb944ad64872 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts @@ -10,6 +10,11 @@ model = "Ampere Mt.Mitchell BMC"; compatible = "ampere,mtmitchell-bmc", "aspeed,ast2600"; + aliases { + serial7 = &uart8; + serial8 = &uart9; + }; + chosen { stdout-path = &uart5; }; @@ -307,6 +312,14 @@ status = "okay"; }; +&uart8 { + status = "okay"; +}; + +&uart9 { + status = "okay"; +}; + &i2c0 { status = "okay";