Skip to content

Commit 0183b9b

Browse files
Ronen Krupnikarndb
authored andcommitted
arm64: dts: amazon: add Amazon's Annapurna Labs Alpine v3 support
This patch adds the initial support for the Amazon's Annapurna Labs Alpine v3 Soc and Evaluation Platform (EVP). Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ronen Krupnik <[email protected]> Signed-off-by: Talel Shenhar <[email protected]> Signed-off-by: Hanna Hawa <[email protected]> Acked-by: Antoine Tenart <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent b29dd11 commit 0183b9b

File tree

3 files changed

+433
-0
lines changed

3 files changed

+433
-0
lines changed

arch/arm64/boot/dts/amazon/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb
3+
dtb-$(CONFIG_ARCH_ALPINE) += alpine-v3-evp.dtb
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/*
3+
* Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
*/
5+
6+
#include "alpine-v3.dtsi"
7+
8+
/ {
9+
model = "Amazon's Annapurna Labs Alpine v3 Evaluation Platform (EVP)";
10+
compatible = "amazon,al-alpine-v3-evp", "amazon,al-alpine-v3";
11+
12+
aliases {
13+
serial0 = &uart0;
14+
serial1 = &uart1;
15+
serial2 = &uart2;
16+
serial3 = &uart3;
17+
};
18+
19+
chosen {
20+
stdout-path = "serial0:115200n8";
21+
};
22+
};
23+
24+
&uart0 { status = "okay"; };

0 commit comments

Comments
 (0)