19 lines
261 B
Plaintext
19 lines
261 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2018, 2019, 2020, Synopsys, Inc. All rights reserved.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "nsim_em.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "snps,nsim_em";
|
||
|
compatible = "snps,nsim_em";
|
||
|
};
|
||
|
|
||
|
&cpu0 {
|
||
|
clock-frequency = <5000000>;
|
||
|
};
|