blob: 568d49cfe44a6b88f0a1923a09ec3563a3eca84c [file] [log] [blame]
Paul Barkerf4aa5502023-10-16 10:25:42 +01001// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2/*
3 * Device Tree Source for the RZ/G2L SMARC EVK board
4 *
5 * Copyright (C) 2021 Renesas Electronics Corp.
6 */
7
8/dts-v1/;
Paul Barkeraafdcc92024-02-27 20:40:29 +00009
10/* Enable SCIF2 (SER0) on PMOD1 (CN7) */
11#define PMOD1_SER0 1
12
13/*
14 * To enable MTU3a PWM on PMOD0,
15 * Disable PMOD1_SER0 by setting "#define PMOD1_SER0 0" above and
16 * enable PMOD_MTU3 by setting "#define PMOD_MTU3 1" below.
17 */
18#define PMOD_MTU3 0
19
20#if (PMOD_MTU3 && PMOD1_SER0)
21#error "Cannot set as PMOD_MTU3 and PMOD1_SER0 are mutually exclusive "
22#endif
23
24#define MTU3_COUNTER_Z_PHASE_SIGNAL 0
25
26#if (!PMOD_MTU3 && MTU3_COUNTER_Z_PHASE_SIGNAL)
27#error "Cannot set 1 to MTU3_COUNTER_Z_PHASE_SIGNAL as PMOD_MTU3=0"
28#endif
29
Paul Barkerf4aa5502023-10-16 10:25:42 +010030#include "r9a07g044l2.dtsi"
31#include "rzg2l-smarc-som.dtsi"
32#include "rzg2l-smarc-pinfunction.dtsi"
33#include "rz-smarc-common.dtsi"
34#include "rzg2l-smarc.dtsi"
35
36/ {
37 model = "Renesas SMARC EVK based on r9a07g044l2";
38 compatible = "renesas,smarc-evk", "renesas,r9a07g044l2", "renesas,r9a07g044";
39};