18 lines
243 B
Plaintext
18 lines
243 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2019 Intel Corporation.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "sample_controller.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "xt-sim";
|
||
|
compatible = "xtensa,sample_controller";
|
||
|
|
||
|
chosen {
|
||
|
zephyr,sram = &sram0;
|
||
|
};
|
||
|
};
|