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"; };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.