spear320s.dtsi 450 B

123456789101112131415161718192021222324
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * DTS file for SPEAr320s SoC
  4. *
  5. * Copyright 2021 Herve Codina <[email protected]>
  6. */
  7. /include/ "spear320.dtsi"
  8. / {
  9. ahb {
  10. apb {
  11. gpiopinctrl: gpio@b3000000 {
  12. /*
  13. * The "RM0321 SPEAr320s address and map
  14. * registers" document mentions interrupt 6
  15. * (NPGIO_INTR) for the PL_GPIO interrupt.
  16. */
  17. interrupts = <6>;
  18. interrupt-parent = <&shirq>;
  19. };
  20. };
  21. };
  22. };