1/* 2 * Copyright (c) 2019 Intel Corporation. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6/dts-v1/; 7 8#include "sample_controller.dtsi" 9 10/ { 11 model = "xt-sim"; 12 compatible = "cdns,xtensa-sample-controller"; 13 14 chosen { 15 zephyr,sram = &sram0; 16 }; 17}; 18 19&cpu0 { 20 clock-frequency = <10000000>; 21}; 22