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 @@ &i2c15 {
status = "okay";
};
&uart2 {
status = "okay";
};
&vuart1 {
status = "okay";
};

View file

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

View file

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