diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2023-01-11 13:19:17 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2023-01-23 04:46:48 +0100 |
commit | 2ee2a66ae5092281e3b3e6ddda91734dbb54e527 (patch) | |
tree | a19f102a102261aabf68c39f2e96506ba03ef027 /arch/arm | |
parent | ARM: dts: aspeed: greatlakes: Add Facebook greatlakes (AST2600) BMC (diff) | |
download | linux-2ee2a66ae5092281e3b3e6ddda91734dbb54e527.tar.xz linux-2ee2a66ae5092281e3b3e6ddda91734dbb54e527.zip |
ARM: dts: aspeed: ethanolx: Enable VUART
Enable Virtual UART (VUART) module. This module provides virtual serial
communication capabilities between host CPU and BMC and can be used for
the Serial-Over-LAN (SoL) feature implementation.
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Link: https://lore.kernel.org/r/20230111121917.1636-1-aladyshev22@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts index 6406a0f080ee..93d395df1f2a 100644 --- a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts +++ b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts @@ -5,6 +5,7 @@ #include "aspeed-g5.dtsi" #include <dt-bindings/gpio/aspeed-gpio.h> +#include <dt-bindings/interrupt-controller/irq.h> / { model = "AMD EthanolX BMC"; @@ -261,6 +262,12 @@ status = "okay"; }; +&vuart { + status = "okay"; + aspeed,lpc-io-reg = <0x3f8>; + aspeed,lpc-interrupts = <4 IRQ_TYPE_LEVEL_HIGH>; +}; + &pwm_tacho { status = "okay"; pinctrl-names = "default"; |