OSDN Git Service

ARM: dts: aspeed: mtmitchell: Enable the BMC UART8 and UART9
authorChanh Nguyen <chanh@os.amperecomputing.com>
Tue, 20 Jun 2023 09:25:35 +0000 (16:25 +0700)
committerJoel Stanley <joel@jms.id.au>
Thu, 10 Aug 2023 12:03:52 +0000 (21:33 +0930)
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 <chanh@os.amperecomputing.com>
Link: https://lore.kernel.org/r/20230620092537.20007-2-chanh@os.amperecomputing.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts

index 1e0e884..bb944ad 100644 (file)
        model = "Ampere Mt.Mitchell BMC";
        compatible = "ampere,mtmitchell-bmc", "aspeed,ast2600";
 
+       aliases {
+               serial7 = &uart8;
+               serial8 = &uart9;
+       };
+
        chosen {
                stdout-path = &uart5;
        };
        status = "okay";
 };
 
+&uart8 {
+       status = "okay";
+};
+
+&uart9 {
+       status = "okay";
+};
+
 &i2c0 {
        status = "okay";