1/* 2 * Copyright (c) 2023 Intel Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include "../../intel/adl/intel_adl.dts" 8 9/ { 10 model = "UP Squared Pro 7000 board"; 11 compatible = "aaeon,up_squared_pro_7000"; 12 13 chosen { 14 zephyr,console = &uart1; 15 zephyr,shell-uart = &uart1; 16 }; 17}; 18 19&uart1 { 20 status = "okay"; 21}; 22