blob: 2b155e22adea0f684158c2bbd4fc68f60dc5ea7d [file] [log] [blame]
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "../../intel/adl/intel_adl.dts"
/ {
model = "UP Squared Pro 7000 board";
compatible = "aaeon,up_squared_pro_7000";
chosen {
zephyr,console = &uart1;
zephyr,shell-uart = &uart1;
};
};
&uart1 {
status = "okay";
};