xref: /freebsd-src/sys/contrib/device-tree/src/riscv/renesas/r9a07g043f01-smarc.dts (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
1*8bab661aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*8bab661aSEmmanuel Vadot/*
3*8bab661aSEmmanuel Vadot * Device Tree Source for the RZ/Five SMARC EVK
4*8bab661aSEmmanuel Vadot *
5*8bab661aSEmmanuel Vadot * Copyright (C) 2022 Renesas Electronics Corp.
6*8bab661aSEmmanuel Vadot */
7*8bab661aSEmmanuel Vadot
8*8bab661aSEmmanuel Vadot/dts-v1/;
9*8bab661aSEmmanuel Vadot
10*8bab661aSEmmanuel Vadot/*
11*8bab661aSEmmanuel Vadot * DIP-Switch SW1 setting
12*8bab661aSEmmanuel Vadot * 1 : High; 0: Low
13*8bab661aSEmmanuel Vadot * SW1-2 : SW_SD0_DEV_SEL	(0: uSD; 1: eMMC)
14*8bab661aSEmmanuel Vadot * SW1-3 : SW_ET0_EN_N		(0: ETHER0; 1: CAN0, CAN1, SSI1, RSPI1)
15*8bab661aSEmmanuel Vadot * Please change below macros according to SW1 setting on the SoM
16*8bab661aSEmmanuel Vadot */
17*8bab661aSEmmanuel Vadot#define SW_SW0_DEV_SEL	1
18*8bab661aSEmmanuel Vadot#define SW_ET0_EN_N	1
19*8bab661aSEmmanuel Vadot
20*8bab661aSEmmanuel Vadot#include "r9a07g043f.dtsi"
21*8bab661aSEmmanuel Vadot#include "rzfive-smarc-som.dtsi"
22*8bab661aSEmmanuel Vadot#include "rzfive-smarc.dtsi"
23*8bab661aSEmmanuel Vadot
24*8bab661aSEmmanuel Vadot/ {
25*8bab661aSEmmanuel Vadot	model = "Renesas SMARC EVK based on r9a07g043f01";
26*8bab661aSEmmanuel Vadot	compatible = "renesas,smarc-evk", "renesas,r9a07g043f01", "renesas,r9a07g043";
27*8bab661aSEmmanuel Vadot};
28