0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * sama5d36ek_cmp.dts - Device Tree file for SAMA5D36-EK CMP board
0004 *
0005 * Copyright (C) 2016 Atmel,
0006 */
0007 /dts-v1/;
0008 #include "sama5d36.dtsi"
0009 #include "sama5d3xmb_cmp.dtsi"
0010
0011 / {
0012 model = "Atmel SAMA5D36EK-CMP";
0013 compatible = "atmel,sama5d36ek-cmp", "atmel,sama5d3xmb-cmp", "atmel,sama5d3xcm-cmp", "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
0014
0015 ahb {
0016 apb {
0017 spi0: spi@f0004000 {
0018 status = "okay";
0019 };
0020
0021 ssc0: ssc@f0008000 {
0022 status = "okay";
0023 };
0024
0025 can0: can@f000c000 {
0026 status = "okay";
0027 };
0028
0029 i2c0: i2c@f0014000 {
0030 status = "okay";
0031 };
0032
0033 i2c1: i2c@f0018000 {
0034 status = "okay";
0035 };
0036
0037 macb0: ethernet@f0028000 {
0038 status = "okay";
0039 };
0040
0041 macb1: ethernet@f802c000 {
0042 status = "okay";
0043 };
0044 };
0045 };
0046
0047 sound {
0048 status = "okay";
0049 };
0050 };