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