[PATCH linux dev-5.3 1/4] ARM: dts: aspeed-g6: Add VUART descriptions

Eddie James eajames at linux.ibm.com
Thu Oct 3 09:43:10 AEST 2019


On 10/2/19 5:23 AM, Joel Stanley wrote:
> The AST2600 has two VUART devices.


Reviewed-by: Eddie James <eajames at linux.ibm.com>


>
> Signed-off-by: Joel Stanley <joel at jms.id.au>
> ---
>   arch/arm/boot/dts/aspeed-g6.dtsi | 22 ++++++++++++++++++++++
>   1 file changed, 22 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi
> index 5bea04b67b5c..2ad90a906266 100644
> --- a/arch/arm/boot/dts/aspeed-g6.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g6.dtsi
> @@ -29,6 +29,8 @@
>   		i2c14 = &i2c14;
>   		i2c15 = &i2c15;
>   		serial4 = &uart5;
> +		serial5 = &vuart1;
> +		serial6 = &vuart2;
>   	};
>   
>   
> @@ -475,6 +477,26 @@
>   				};
>   			};
>   
> +			vuart1: serial at 1e787000 {
> +				compatible = "aspeed,ast2500-vuart";
> +				reg = <0x1e787000 0x40>;
> +				reg-shift = <2>;
> +				interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
> +				clocks = <&syscon ASPEED_CLK_APB1>;
> +				no-loopback-test;
> +				status = "disabled";
> +			};
> +
> +			vuart2: serial at 1e788000 {
> +				compatible = "aspeed,ast2500-vuart";
> +				reg = <0x1e788000 0x40>;
> +				reg-shift = <2>;
> +				interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
> +				clocks = <&syscon ASPEED_CLK_APB1>;
> +				no-loopback-test;
> +				status = "disabled";
> +			};
> +
>   			i2c: bus at 1e78a000 {
>   				compatible = "simple-bus";
>   				#address-cells = <1>;


More information about the openbmc mailing list