mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 17:36:38 +00:00
Typically we have ARC core configurations where Fast IRQs (FIRQ) are enabled together with multiple register files and those we have covered by testing. But FIRQ & single register bank we only happen to have on the older EMSK v2.2.it might be a good idea to add a similar configuration to nSIM "boards" so that we keep it tested regularly. nsim_em7d_v22 configuration is similar with em_staterkit_em7d_v22, both configed with FIRQ & single register bank. Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
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>;
|
|
};
|