/* * Copyright (c) 2018,2020 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include #define DT_SRAM_SIZE DT_SIZE_M(2048) #include / { model = "up_squared_32"; compatible = "intel,apollo_lake"; chosen { zephyr,sram = &sram0; zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,bt-uart = &uart1; zephyr,uart-pipe = &uart1; zephyr,bt-mon-uart = &uart1; }; };