2018-07-13 05:28:58 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2018-09-15 12:21:56 +08:00
|
|
|
#include <mem.h>
|
|
|
|
|
|
|
|
#define DT_SRAM_SIZE DT_SIZE_M(2048)
|
2018-07-13 05:28:58 +08:00
|
|
|
|
|
|
|
#include <apollo_lake.dtsi>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "up_squared";
|
|
|
|
compatible = "intel,apollo_lake";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
zephyr,sram = &sram0;
|
|
|
|
zephyr,console = &uart0;
|
2018-11-27 19:11:04 +08:00
|
|
|
zephyr,shell-uart = &uart0;
|
2018-07-13 05:28:58 +08:00
|
|
|
zephyr,bt-uart = &uart1;
|
|
|
|
zephyr,uart-pipe = &uart1;
|
|
|
|
zephyr,bt-mon-uart = &uart1;
|
|
|
|
};
|
|
|
|
};
|