Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
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.
|
/* |
|
* Copyright (c) 2022 Arm Limited (or its affiliates). All rights reserved. |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
#include "xenvm.dts" |
|
|
|
&gic { |
|
compatible = "arm,gic-v3", "arm,gic"; |
|
reg = <0x00 0x3001000 0x00 0x10000 0x00 0x3020000 0x00 0x1000000>; |
|
};
|
|
|