]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm64/amazon/alpine-v3-evp.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm64 / amazon / alpine-v3-evp.dts
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"; };