13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||
|
/*
|
||
|
* Device Tree Source for the RZ/G2UL SoC
|
||
|
*
|
||
|
* Copyright (C) 2022 Renesas Electronics Corp.
|
||
|
*/
|
||
|
|
||
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||
|
|
||
|
#define SOC_PERIPHERAL_IRQ(nr) GIC_SPI nr
|
||
|
|
||
|
#include "r9a07g043.dtsi"
|