Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 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 | }; |