KVM-Nyx-fork/arch/arm64/boot/dts/amazon/alpine-v3-evp.dts
David Venhoff cfcea9ee67 Initial commit
Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
2025-08-11 13:05:09 +02:00

25 lines
466 B
Plaintext

// SPDX-License-Identifier: GPL-2.0
/*
* Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*/
#include "alpine-v3.dtsi"
/ {
model = "Amazon's Annapurna Labs Alpine v3 Evaluation Platform (EVP)";
compatible = "amazon,al-alpine-v3-evp", "amazon,al-alpine-v3";
aliases {
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
};
chosen {
stdout-path = "serial0:115200n8";
};
};
&uart0 { status = "okay"; };