Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
Note: File does not exist in v6.13.7.
 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};