Commit 2ee2a66a authored by Konstantin Aladyshev's avatar Konstantin Aladyshev Committed by Joel Stanley
Browse files

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: default avatarKonstantin Aladyshev <aladyshev22@gmail.com>
Link: https://lore.kernel.org/r/20230111121917.1636-1-aladyshev22@gmail.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent c3769d87
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 @@ &lpc_ctrl {
	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";