fvp-base-gicv2.dtsi 500 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2013-2021, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. /* GICv2 configuration, without V2M */
  7. / {
  8. gic: interrupt-controller@2f000000 {
  9. compatible = "arm,cortex-a15-gic";
  10. #interrupt-cells = <3>;
  11. #address-cells = <1>;
  12. interrupt-controller;
  13. reg = <0x0 0x2f000000 0 0x10000>,
  14. <0x0 0x2c000000 0 0x2000>,
  15. <0x0 0x2c010000 0 0x2000>,
  16. <0x0 0x2c02F000 0 0x2000>;
  17. interrupts = <1 9 0xf04>;
  18. };
  19. };