1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * sama5d36ek_cmp.dts - Device Tree file for SAMA5D36-EK CMP board 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Copyright (C) 2016 Atmel, 6*f126890aSEmmanuel Vadot */ 7*f126890aSEmmanuel Vadot/dts-v1/; 8*f126890aSEmmanuel Vadot#include "sama5d36.dtsi" 9*f126890aSEmmanuel Vadot#include "sama5d3xmb_cmp.dtsi" 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot/ { 12*f126890aSEmmanuel Vadot model = "Atmel SAMA5D36EK-CMP"; 13*f126890aSEmmanuel Vadot compatible = "atmel,sama5d36ek-cmp", "atmel,sama5d3xmb-cmp", "atmel,sama5d3xcm-cmp", "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5"; 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot ahb { 16*f126890aSEmmanuel Vadot apb { 17*f126890aSEmmanuel Vadot spi0: spi@f0004000 { 18*f126890aSEmmanuel Vadot status = "okay"; 19*f126890aSEmmanuel Vadot }; 20*f126890aSEmmanuel Vadot 21*f126890aSEmmanuel Vadot ssc0: ssc@f0008000 { 22*f126890aSEmmanuel Vadot status = "okay"; 23*f126890aSEmmanuel Vadot }; 24*f126890aSEmmanuel Vadot 25*f126890aSEmmanuel Vadot can0: can@f000c000 { 26*f126890aSEmmanuel Vadot status = "okay"; 27*f126890aSEmmanuel Vadot }; 28*f126890aSEmmanuel Vadot 29*f126890aSEmmanuel Vadot i2c0: i2c@f0014000 { 30*f126890aSEmmanuel Vadot status = "okay"; 31*f126890aSEmmanuel Vadot }; 32*f126890aSEmmanuel Vadot 33*f126890aSEmmanuel Vadot i2c1: i2c@f0018000 { 34*f126890aSEmmanuel Vadot status = "okay"; 35*f126890aSEmmanuel Vadot }; 36*f126890aSEmmanuel Vadot 37*f126890aSEmmanuel Vadot macb0: ethernet@f0028000 { 38*f126890aSEmmanuel Vadot status = "okay"; 39*f126890aSEmmanuel Vadot }; 40*f126890aSEmmanuel Vadot 41*f126890aSEmmanuel Vadot macb1: ethernet@f802c000 { 42*f126890aSEmmanuel Vadot status = "okay"; 43*f126890aSEmmanuel Vadot }; 44*f126890aSEmmanuel Vadot }; 45*f126890aSEmmanuel Vadot }; 46*f126890aSEmmanuel Vadot 47*f126890aSEmmanuel Vadot sound { 48*f126890aSEmmanuel Vadot status = "okay"; 49*f126890aSEmmanuel Vadot }; 50*f126890aSEmmanuel Vadot}; 51