zephyr/boards/x86/intel_adl/up_squared_pro_7000.dts

22 lines
307 B
Plaintext

/*
* 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";
};