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