ARM: dts: aspeed: p10bmc: Enable UART2

The APSS can be accessed over the second uart on these systems.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20230126220842.885965-1-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Eddie James
2023-01-26 16:08:42 -06:00
committed by Joel Stanley
parent 28cfb03afc
commit 1480bcf074
3 changed files with 12 additions and 0 deletions

View File

@@ -857,6 +857,10 @@
status = "okay";
};
&uart2 {
status = "okay";
};
&vuart1 {
status = "okay";
};

View File

@@ -3649,6 +3649,10 @@
status = "okay";
};
&uart2 {
status = "okay";
};
&vuart1 {
status = "okay";
};

View File

@@ -2352,6 +2352,10 @@
};
};
&uart2 {
status = "okay";
};
&vuart1 {
status = "okay";
};