xref: /freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d34ek.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * sama5d34ek.dts - Device Tree file for SAMA5D34-EK board
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot *  Copyright (C) 2013 Atmel,
6*f126890aSEmmanuel Vadot *                2013 Ludovic Desroches <ludovic.desroches@atmel.com>
7*f126890aSEmmanuel Vadot */
8*f126890aSEmmanuel Vadot/dts-v1/;
9*f126890aSEmmanuel Vadot#include "sama5d34.dtsi"
10*f126890aSEmmanuel Vadot#include "sama5d3xmb.dtsi"
11*f126890aSEmmanuel Vadot#include "sama5d3xmb_gmac.dtsi"
12*f126890aSEmmanuel Vadot#include "sama5d3xdm.dtsi"
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot/ {
15*f126890aSEmmanuel Vadot	model = "Atmel SAMA5D34-EK";
16*f126890aSEmmanuel Vadot	compatible = "atmel,sama5d34ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d34", "atmel,sama5d3", "atmel,sama5";
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot	ahb {
19*f126890aSEmmanuel Vadot		apb {
20*f126890aSEmmanuel Vadot			spi0: spi@f0004000 {
21*f126890aSEmmanuel Vadot				status = "okay";
22*f126890aSEmmanuel Vadot			};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot			ssc0: ssc@f0008000 {
25*f126890aSEmmanuel Vadot				status = "okay";
26*f126890aSEmmanuel Vadot			};
27*f126890aSEmmanuel Vadot
28*f126890aSEmmanuel Vadot			can0: can@f000c000 {
29*f126890aSEmmanuel Vadot				status = "okay";
30*f126890aSEmmanuel Vadot			};
31*f126890aSEmmanuel Vadot
32*f126890aSEmmanuel Vadot			i2c0: i2c@f0014000 {
33*f126890aSEmmanuel Vadot				status = "okay";
34*f126890aSEmmanuel Vadot			};
35*f126890aSEmmanuel Vadot
36*f126890aSEmmanuel Vadot			i2c1: i2c@f0018000 {
37*f126890aSEmmanuel Vadot				status = "okay";
38*f126890aSEmmanuel Vadot
39*f126890aSEmmanuel Vadot				24c256@50 {
40*f126890aSEmmanuel Vadot					compatible = "atmel,24c256";
41*f126890aSEmmanuel Vadot					reg = <0x50>;
42*f126890aSEmmanuel Vadot					pagesize = <64>;
43*f126890aSEmmanuel Vadot				};
44*f126890aSEmmanuel Vadot			};
45*f126890aSEmmanuel Vadot
46*f126890aSEmmanuel Vadot			macb0: ethernet@f0028000 {
47*f126890aSEmmanuel Vadot				status = "okay";
48*f126890aSEmmanuel Vadot			};
49*f126890aSEmmanuel Vadot		};
50*f126890aSEmmanuel Vadot	};
51*f126890aSEmmanuel Vadot
52*f126890aSEmmanuel Vadot	leds {
53*f126890aSEmmanuel Vadot		led-d3 {
54*f126890aSEmmanuel Vadot			label = "d3";
55*f126890aSEmmanuel Vadot			gpios = <&pioE 24 GPIO_ACTIVE_HIGH>;
56*f126890aSEmmanuel Vadot		};
57*f126890aSEmmanuel Vadot	};
58*f126890aSEmmanuel Vadot
59*f126890aSEmmanuel Vadot	sound {
60*f126890aSEmmanuel Vadot		status = "okay";
61*f126890aSEmmanuel Vadot	};
62*f126890aSEmmanuel Vadot};
63