cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

spear320s.dtsi (450B)


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