Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003  * DTS file for SPEAr320s SoC
0004  *
0005  * Copyright 2021 Herve Codina <herve.codina@bootlin.com>
0006  */
0007 
0008 /include/ "spear320.dtsi"
0009 
0010 / {
0011         ahb {
0012                 apb {
0013                         gpiopinctrl: gpio@b3000000 {
0014                                 /*
0015                                  * The "RM0321 SPEAr320s address and map
0016                                  * registers" document mentions interrupt 6
0017                                  * (NPGIO_INTR) for the PL_GPIO interrupt.
0018                                  */
0019                                 interrupts = <6>;
0020                                 interrupt-parent = <&shirq>;
0021                         };
0022                 };
0023         };
0024 };