You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
311 B
22 lines
311 B
/* |
|
* Copyright (c) 2019, 2023 Intel Corporation. |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/dts-v1/; |
|
|
|
#include "sample_controller32.dtsi" |
|
|
|
/ { |
|
model = "qemu_xtensa_mpu"; |
|
compatible = "cdns,xtensa-sample-controller32"; |
|
|
|
chosen { |
|
zephyr,sram = &sram0; |
|
}; |
|
}; |
|
|
|
&cpu0 { |
|
clock-frequency = <10000000>; |
|
};
|
|
|