blob: 06d6f8e2330757962cd4169f37d2f62f66221126 [file] [log] [blame]
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "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";
};