11.1.1.2Sskrll// SPDX-License-Identifier: GPL-2.0-or-later
21.1Sjmcneill/*
31.1Sjmcneill * sama5d33ek.dts - Device Tree file for SAMA5D33-EK board
41.1Sjmcneill *
51.1Sjmcneill *  Copyright (C) 2013 Atmel,
61.1Sjmcneill *                2013 Ludovic Desroches <ludovic.desroches@atmel.com>
71.1Sjmcneill */
81.1Sjmcneill/dts-v1/;
91.1Sjmcneill#include "sama5d33.dtsi"
101.1Sjmcneill#include "sama5d3xmb.dtsi"
111.1Sjmcneill#include "sama5d3xmb_gmac.dtsi"
121.1Sjmcneill#include "sama5d3xdm.dtsi"
131.1Sjmcneill
141.1Sjmcneill/ {
151.1Sjmcneill	model = "Atmel SAMA5D33-EK";
161.1Sjmcneill	compatible = "atmel,sama5d33ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d33", "atmel,sama5d3", "atmel,sama5";
171.1Sjmcneill
181.1Sjmcneill	ahb {
191.1Sjmcneill		apb {
201.1Sjmcneill			spi0: spi@f0004000 {
211.1Sjmcneill				status = "okay";
221.1Sjmcneill			};
231.1Sjmcneill
241.1Sjmcneill			ssc0: ssc@f0008000 {
251.1Sjmcneill				status = "okay";
261.1Sjmcneill			};
271.1Sjmcneill
281.1Sjmcneill			i2c0: i2c@f0014000 {
291.1Sjmcneill				status = "okay";
301.1Sjmcneill			};
311.1Sjmcneill
321.1Sjmcneill			i2c1: i2c@f0018000 {
331.1Sjmcneill				status = "okay";
341.1Sjmcneill			};
351.1Sjmcneill
361.1Sjmcneill			macb0: ethernet@f0028000 {
371.1Sjmcneill				status = "okay";
381.1Sjmcneill			};
391.1Sjmcneill		};
401.1Sjmcneill	};
411.1Sjmcneill
421.1Sjmcneill	sound {
431.1Sjmcneill		status = "okay";
441.1Sjmcneill	};
451.1Sjmcneill};
46