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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.