mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 11:08:12 +00:00
Instead of blind copy of nsim_em.dts re-structure this way: * nsim.dtsi - Top-level "board" description re-usable for | all nSIM-based "boards". | | Even though it's not needed right now but it | allows to add other ARC core families in the future. | \_ nsim_em.dtsi - Common definitions for boards with ARC EM cores | \_ Real boards with ARC EM cores | \ nsim_em.dts \ nsim_sem.dts \ nsim_em_mpu_stack_guard.dts \ nsim_sem_mpu_stack_guard.dts Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
15 lines
245 B
Plaintext
15 lines
245 B
Plaintext
/*
|
|
* Copyright (c) 2019, Synopsys, Inc. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "nsim_em.dtsi"
|
|
|
|
/ {
|
|
model = "snps,nsim_sem_mpu_stack_guard";
|
|
compatible = "snps,nsim_sem_mpu_stack_guard.dts";
|
|
};
|