xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g043u11-smarc.dts (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
1d5b0e70fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2d5b0e70fSEmmanuel Vadot/*
3d5b0e70fSEmmanuel Vadot * Device Tree Source for the RZ/G2UL Type-1 SMARC EVK board
4d5b0e70fSEmmanuel Vadot *
5d5b0e70fSEmmanuel Vadot * Copyright (C) 2022 Renesas Electronics Corp.
6d5b0e70fSEmmanuel Vadot */
7d5b0e70fSEmmanuel Vadot
8d5b0e70fSEmmanuel Vadot/dts-v1/;
97ef62cebSEmmanuel Vadot
107ef62cebSEmmanuel Vadot/*
117ef62cebSEmmanuel Vadot * DIP-Switch SW1 setting
127ef62cebSEmmanuel Vadot * 1 : High; 0: Low
137ef62cebSEmmanuel Vadot * SW1-2 : SW_SD0_DEV_SEL	(0: uSD; 1: eMMC)
147ef62cebSEmmanuel Vadot * SW1-3 : SW_ET0_EN_N		(0: ETHER0; 1: CAN0, CAN1, SSI1, RSPI1)
157ef62cebSEmmanuel Vadot * Please change below macros according to SW1 setting on the SoM
167ef62cebSEmmanuel Vadot */
177ef62cebSEmmanuel Vadot#define SW_SW0_DEV_SEL	1
187ef62cebSEmmanuel Vadot#define SW_ET0_EN_N	1
197ef62cebSEmmanuel Vadot
20*8bab661aSEmmanuel Vadot#include "r9a07g043u.dtsi"
217ef62cebSEmmanuel Vadot#include "rzg2ul-smarc-som.dtsi"
22d5b0e70fSEmmanuel Vadot#include "rzg2ul-smarc.dtsi"
23d5b0e70fSEmmanuel Vadot
24d5b0e70fSEmmanuel Vadot/ {
25d5b0e70fSEmmanuel Vadot	model = "Renesas SMARC EVK based on r9a07g043u11";
26d5b0e70fSEmmanuel Vadot	compatible = "renesas,smarc-evk", "renesas,r9a07g043u11", "renesas,r9a07g043";
27d5b0e70fSEmmanuel Vadot};
28