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