xref: /freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d36.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * sama5d36.dtsi - Device Tree Include file for SAMA5D36 SoC
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot *  Copyright (C) 2013 Atmel,
6*f126890aSEmmanuel Vadot *                2013 Josh Wu <josh.wu@atmel.com>
7*f126890aSEmmanuel Vadot */
8*f126890aSEmmanuel Vadot#include "sama5d3.dtsi"
9*f126890aSEmmanuel Vadot#include "sama5d3_can.dtsi"
10*f126890aSEmmanuel Vadot#include "sama5d3_gmac.dtsi"
11*f126890aSEmmanuel Vadot#include "sama5d3_emac.dtsi"
12*f126890aSEmmanuel Vadot#include "sama5d3_lcd.dtsi"
13*f126890aSEmmanuel Vadot#include "sama5d3_mci2.dtsi"
14*f126890aSEmmanuel Vadot#include "sama5d3_tcb1.dtsi"
15*f126890aSEmmanuel Vadot#include "sama5d3_uart.dtsi"
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot/ {
18*f126890aSEmmanuel Vadot	compatible = "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
19*f126890aSEmmanuel Vadot};
20