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